Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=344
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=343",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 344,
    "results": [
        {
            "start": 821752829,
            "stop": 821752839
        },
        {
            "start": 821752847,
            "stop": 821752855
        },
        {
            "start": 821752858,
            "stop": 821752865
        },
        {
            "start": 821752868,
            "stop": 821752873
        },
        {
            "start": 821752890,
            "stop": 821752894
        },
        {
            "start": 821752898,
            "stop": 821752901
        },
        {
            "start": 821752904,
            "stop": 821752910
        },
        {
            "start": 821752916,
            "stop": 821752922
        },
        {
            "start": 821752927,
            "stop": 821752938
        },
        {
            "start": 821752944,
            "stop": 821752949
        },
        {
            "start": 821752960,
            "stop": 821752965
        },
        {
            "start": 821752968,
            "stop": 821752972
        },
        {
            "start": 821752975,
            "stop": 821752980
        },
        {
            "start": 821752985,
            "stop": 821752986
        },
        {
            "start": 821752989,
            "stop": 821752990
        },
        {
            "start": 821752993,
            "stop": 821752994
        },
        {
            "start": 821752998,
            "stop": 821753002
        },
        {
            "start": 821753005,
            "stop": 821753017
        },
        {
            "start": 821753020,
            "stop": 821753029
        },
        {
            "start": 821753032,
            "stop": 821753042
        }
    ]
}