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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=94",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 95,
    "results": [
        {
            "start": 825526361,
            "stop": 825526362
        },
        {
            "start": 825526563,
            "stop": 825528733
        },
        {
            "start": 825528755,
            "stop": 825528756
        },
        {
            "start": 825528896,
            "stop": 825529213
        },
        {
            "start": 825534332,
            "stop": 825539985
        },
        {
            "start": 825541382,
            "stop": 825545364
        },
        {
            "start": 825545573,
            "stop": 825545861
        },
        {
            "start": 825546686,
            "stop": 825554920
        },
        {
            "start": 825555920,
            "stop": 825581989
        },
        {
            "start": 825585263,
            "stop": 825590773
        },
        {
            "start": 825597440,
            "stop": 825615253
        },
        {
            "start": 825615257,
            "stop": 825615259
        },
        {
            "start": 825617321,
            "stop": 825654162
        },
        {
            "start": 825656828,
            "stop": 825656839
        },
        {
            "start": 825657186,
            "stop": 825696073
        },
        {
            "start": 825696106,
            "stop": 825696108
        },
        {
            "start": 825697158,
            "stop": 825720193
        },
        {
            "start": 825720224,
            "stop": 825720226
        },
        {
            "start": 825720346,
            "stop": 825722259
        },
        {
            "start": 825722407,
            "stop": 825739602
        }
    ]
}