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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=66",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 67,
    "results": [
        {
            "start": 822667011,
            "stop": 822667017
        },
        {
            "start": 822667021,
            "stop": 822667071
        },
        {
            "start": 822667075,
            "stop": 822667092
        },
        {
            "start": 822667096,
            "stop": 822667118
        },
        {
            "start": 822667122,
            "stop": 822667166
        },
        {
            "start": 822667171,
            "stop": 822667374
        },
        {
            "start": 822667389,
            "stop": 822667401
        },
        {
            "start": 822667405,
            "stop": 822667499
        },
        {
            "start": 822667539,
            "stop": 822667598
        },
        {
            "start": 822667741,
            "stop": 822667743
        },
        {
            "start": 822667756,
            "stop": 822667762
        },
        {
            "start": 822667766,
            "stop": 822667773
        },
        {
            "start": 822699919,
            "stop": 822710139
        },
        {
            "start": 822710338,
            "stop": 822722817
        },
        {
            "start": 822722915,
            "stop": 822723073
        },
        {
            "start": 822723115,
            "stop": 822723117
        },
        {
            "start": 822723284,
            "stop": 822723493
        },
        {
            "start": 822723521,
            "stop": 822723523
        },
        {
            "start": 822723668,
            "stop": 822730105
        },
        {
            "start": 822730109,
            "stop": 822731233
        }
    ]
}