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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=61",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 62,
    "results": [
        {
            "start": 824929686,
            "stop": 824932802
        },
        {
            "start": 824933223,
            "stop": 824935573
        },
        {
            "start": 824935588,
            "stop": 824935590
        },
        {
            "start": 824935810,
            "stop": 824936524
        },
        {
            "start": 824949411,
            "stop": 824950093
        },
        {
            "start": 824950108,
            "stop": 824950110
        },
        {
            "start": 824950355,
            "stop": 824950573
        },
        {
            "start": 824950582,
            "stop": 824950583
        },
        {
            "start": 824950953,
            "stop": 824951391
        },
        {
            "start": 824952114,
            "stop": 824956573
        },
        {
            "start": 824956602,
            "stop": 824956604
        },
        {
            "start": 824956834,
            "stop": 824958369
        },
        {
            "start": 824958494,
            "stop": 824958904
        },
        {
            "start": 824959112,
            "stop": 824960353
        },
        {
            "start": 824964928,
            "stop": 824965573
        },
        {
            "start": 824971956,
            "stop": 824971989
        },
        {
            "start": 824973360,
            "stop": 824973722
        },
        {
            "start": 824978113,
            "stop": 824988430
        },
        {
            "start": 824990807,
            "stop": 824991253
        },
        {
            "start": 824992016,
            "stop": 824997384
        }
    ]
}