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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=285",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 286,
    "results": [
        {
            "start": 820655968,
            "stop": 820658176
        },
        {
            "start": 820658208,
            "stop": 820660928
        },
        {
            "start": 820660960,
            "stop": 820663936
        },
        {
            "start": 820663968,
            "stop": 820666500
        },
        {
            "start": 820666560,
            "stop": 820678147
        },
        {
            "start": 820678151,
            "stop": 820684283
        },
        {
            "start": 820684403,
            "stop": 820685013
        },
        {
            "start": 820685133,
            "stop": 820690184
        },
        {
            "start": 820690365,
            "stop": 820690750
        },
        {
            "start": 820690870,
            "stop": 820691168
        },
        {
            "start": 820691288,
            "stop": 820692221
        },
        {
            "start": 820692341,
            "stop": 820693249
        },
        {
            "start": 820693271,
            "stop": 820693921
        },
        {
            "start": 820694041,
            "stop": 820694400
        },
        {
            "start": 820694460,
            "stop": 820694496
        },
        {
            "start": 820694528,
            "stop": 820695018
        },
        {
            "start": 820695138,
            "stop": 820695562
        },
        {
            "start": 820696305,
            "stop": 820697563
        },
        {
            "start": 820697582,
            "stop": 820699997
        },
        {
            "start": 820701060,
            "stop": 820701664
        }
    ]
}