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=405
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=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=404",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 405,
    "results": [
        {
            "start": 818646461,
            "stop": 818646470
        },
        {
            "start": 818646474,
            "stop": 818646644
        },
        {
            "start": 818646649,
            "stop": 818646650
        },
        {
            "start": 818646660,
            "stop": 818646666
        },
        {
            "start": 818646671,
            "stop": 818646701
        },
        {
            "start": 818646705,
            "stop": 818646719
        },
        {
            "start": 818646724,
            "stop": 818646797
        },
        {
            "start": 818646800,
            "stop": 818646802
        },
        {
            "start": 818646808,
            "stop": 818646819
        },
        {
            "start": 818646821,
            "stop": 818646836
        },
        {
            "start": 818646839,
            "stop": 818646853
        },
        {
            "start": 818646860,
            "stop": 818646869
        },
        {
            "start": 818646872,
            "stop": 818646938
        },
        {
            "start": 818646941,
            "stop": 818647053
        },
        {
            "start": 818647157,
            "stop": 818647172
        },
        {
            "start": 818647175,
            "stop": 818647180
        },
        {
            "start": 818647186,
            "stop": 818647187
        },
        {
            "start": 818647193,
            "stop": 818647207
        },
        {
            "start": 818647213,
            "stop": 818647230
        },
        {
            "start": 818647233,
            "stop": 818647258
        }
    ]
}