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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=49",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 50,
    "results": [
        {
            "start": 824933223,
            "stop": 824935590
        },
        {
            "start": 824935810,
            "stop": 824936554
        },
        {
            "start": 824949411,
            "stop": 824950110
        },
        {
            "start": 824950355,
            "stop": 824950583
        },
        {
            "start": 824950953,
            "stop": 824951421
        },
        {
            "start": 824952114,
            "stop": 824956604
        },
        {
            "start": 824956834,
            "stop": 824958369
        },
        {
            "start": 824958494,
            "stop": 824958904
        },
        {
            "start": 824959112,
            "stop": 824960406
        },
        {
            "start": 824964928,
            "stop": 824965620
        },
        {
            "start": 824971956,
            "stop": 824972019
        },
        {
            "start": 824973360,
            "stop": 824973752
        },
        {
            "start": 824978113,
            "stop": 824988460
        },
        {
            "start": 824990807,
            "stop": 824991285
        },
        {
            "start": 824992016,
            "stop": 824997384
        },
        {
            "start": 824998513,
            "stop": 825004338
        },
        {
            "start": 825006087,
            "stop": 825006254
        },
        {
            "start": 825022975,
            "stop": 825026155
        },
        {
            "start": 825026988,
            "stop": 825031481
        },
        {
            "start": 825032229,
            "stop": 825039165
        }
    ]
}