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/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=152
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=151",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 152,
    "results": [
        {
            "start": 932434986,
            "stop": 932435046
        },
        {
            "start": 932442006,
            "stop": 932442066
        },
        {
            "start": 932442966,
            "stop": 932443016
        },
        {
            "start": 932444766,
            "stop": 932444826
        },
        {
            "start": 932445186,
            "stop": 932445246
        },
        {
            "start": 932445546,
            "stop": 932445726
        },
        {
            "start": 932445846,
            "stop": 932446018
        },
        {
            "start": 932446023,
            "stop": 932446086
        },
        {
            "start": 932446146,
            "stop": 932446206
        },
        {
            "start": 932446266,
            "stop": 932446446
        },
        {
            "start": 932446506,
            "stop": 932446815
        },
        {
            "start": 932447175,
            "stop": 932447406
        },
        {
            "start": 932447466,
            "stop": 932447717
        },
        {
            "start": 932447720,
            "stop": 932447933
        },
        {
            "start": 932447938,
            "stop": 932448186
        },
        {
            "start": 932448306,
            "stop": 932448426
        },
        {
            "start": 932448546,
            "stop": 932448666
        },
        {
            "start": 932448726,
            "stop": 932448966
        },
        {
            "start": 932449026,
            "stop": 932449206
        },
        {
            "start": 932449266,
            "stop": 932449386
        }
    ]
}