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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10252",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10253,
    "results": [
        {
            "start": 874653850,
            "stop": 874653900
        },
        {
            "start": 874653941,
            "stop": 874653950
        },
        {
            "start": 874653986,
            "stop": 874654248
        },
        {
            "start": 874654284,
            "stop": 874654351
        },
        {
            "start": 874654404,
            "stop": 874654501
        },
        {
            "start": 874654553,
            "stop": 874654793
        },
        {
            "start": 874654841,
            "stop": 874655574
        },
        {
            "start": 874655611,
            "stop": 874655713
        },
        {
            "start": 874655749,
            "stop": 874656033
        },
        {
            "start": 874656069,
            "stop": 874656735
        },
        {
            "start": 874656752,
            "stop": 874656930
        },
        {
            "start": 874656966,
            "stop": 874657003
        },
        {
            "start": 874657040,
            "stop": 874657260
        },
        {
            "start": 874657268,
            "stop": 874657287
        },
        {
            "start": 874657323,
            "stop": 874657781
        },
        {
            "start": 874657844,
            "stop": 874658067
        },
        {
            "start": 874658104,
            "stop": 874658157
        },
        {
            "start": 874658204,
            "stop": 874658345
        },
        {
            "start": 874658353,
            "stop": 874658430
        },
        {
            "start": 874659870,
            "stop": 874659950
        }
    ]
}