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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=124",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 125,
    "results": [
        {
            "start": 818067123,
            "stop": 818067134
        },
        {
            "start": 818067138,
            "stop": 818067142
        },
        {
            "start": 818067145,
            "stop": 818067164
        },
        {
            "start": 818067169,
            "stop": 818067171
        },
        {
            "start": 818067174,
            "stop": 818067179
        },
        {
            "start": 818067183,
            "stop": 818067187
        },
        {
            "start": 818067192,
            "stop": 818067193
        },
        {
            "start": 818067197,
            "stop": 818067235
        },
        {
            "start": 818067238,
            "stop": 818067249
        },
        {
            "start": 818067253,
            "stop": 818067273
        },
        {
            "start": 818067279,
            "stop": 818067280
        },
        {
            "start": 818067285,
            "stop": 818067288
        },
        {
            "start": 818067291,
            "stop": 818067294
        },
        {
            "start": 818067297,
            "stop": 818067313
        },
        {
            "start": 818067317,
            "stop": 818067321
        },
        {
            "start": 818067325,
            "stop": 818067330
        },
        {
            "start": 818067333,
            "stop": 818067341
        },
        {
            "start": 818067344,
            "stop": 818067346
        },
        {
            "start": 818067351,
            "stop": 818067352
        },
        {
            "start": 818067355,
            "stop": 818067375
        }
    ]
}