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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=174",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 175,
    "results": [
        {
            "start": 835011074,
            "stop": 835020089
        },
        {
            "start": 835021487,
            "stop": 835039693
        },
        {
            "start": 835041483,
            "stop": 835099632
        },
        {
            "start": 835100575,
            "stop": 835100773
        },
        {
            "start": 835101713,
            "stop": 835212313
        },
        {
            "start": 835214244,
            "stop": 835247098
        },
        {
            "start": 835248192,
            "stop": 835315213
        },
        {
            "start": 835315228,
            "stop": 835315229
        },
        {
            "start": 835315928,
            "stop": 835374853
        },
        {
            "start": 835376304,
            "stop": 835393132
        },
        {
            "start": 835395164,
            "stop": 835411626
        },
        {
            "start": 835412799,
            "stop": 835413013
        },
        {
            "start": 835413846,
            "stop": 835443420
        },
        {
            "start": 835444353,
            "stop": 835455664
        },
        {
            "start": 835471334,
            "stop": 835475761
        },
        {
            "start": 835476665,
            "stop": 835479724
        },
        {
            "start": 835479777,
            "stop": 835480027
        },
        {
            "start": 835481251,
            "stop": 835489993
        },
        {
            "start": 835491526,
            "stop": 835495813
        },
        {
            "start": 835497410,
            "stop": 835498061
        }
    ]
}