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=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=373",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 374,
    "results": [
        {
            "start": 818269255,
            "stop": 818269256
        },
        {
            "start": 818269276,
            "stop": 818269277
        },
        {
            "start": 818269554,
            "stop": 818269556
        },
        {
            "start": 818269720,
            "stop": 818269722
        },
        {
            "start": 818269734,
            "stop": 818269735
        },
        {
            "start": 818269788,
            "stop": 818269791
        },
        {
            "start": 818269990,
            "stop": 818269991
        },
        {
            "start": 818270261,
            "stop": 818270263
        },
        {
            "start": 818270295,
            "stop": 818270296
        },
        {
            "start": 818270711,
            "stop": 818270712
        },
        {
            "start": 818270788,
            "stop": 818270789
        },
        {
            "start": 818271257,
            "stop": 818271260
        },
        {
            "start": 818271272,
            "stop": 818271273
        },
        {
            "start": 818271299,
            "stop": 818271302
        },
        {
            "start": 818271495,
            "stop": 818271496
        },
        {
            "start": 818271572,
            "stop": 818271573
        },
        {
            "start": 818271660,
            "stop": 818271661
        },
        {
            "start": 818271827,
            "stop": 818271828
        },
        {
            "start": 818271936,
            "stop": 818271937
        },
        {
            "start": 818272012,
            "stop": 818272013
        }
    ]
}