Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=105
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=104",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 105,
    "results": [
        {
            "start": 819732437,
            "stop": 819732597
        },
        {
            "start": 819732600,
            "stop": 819732602
        },
        {
            "start": 819732605,
            "stop": 819732794
        },
        {
            "start": 819732797,
            "stop": 819732870
        },
        {
            "start": 819732874,
            "stop": 819733225
        },
        {
            "start": 819733229,
            "stop": 819733230
        },
        {
            "start": 819733233,
            "stop": 819733305
        },
        {
            "start": 819733309,
            "stop": 819733512
        },
        {
            "start": 819733515,
            "stop": 819733712
        },
        {
            "start": 819733715,
            "stop": 819733868
        },
        {
            "start": 819733871,
            "stop": 819733921
        },
        {
            "start": 819733925,
            "stop": 819734323
        },
        {
            "start": 819734326,
            "stop": 819734397
        },
        {
            "start": 819734400,
            "stop": 819734450
        },
        {
            "start": 819734453,
            "stop": 819734520
        },
        {
            "start": 819734580,
            "stop": 819734588
        },
        {
            "start": 819734592,
            "stop": 819734713
        },
        {
            "start": 819755886,
            "stop": 819755927
        },
        {
            "start": 819755930,
            "stop": 819756043
        },
        {
            "start": 819756046,
            "stop": 819756106
        }
    ]
}