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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=138",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 139,
    "results": [
        {
            "start": 817031134,
            "stop": 817031230
        },
        {
            "start": 817031250,
            "stop": 817031304
        },
        {
            "start": 817031307,
            "stop": 817031526
        },
        {
            "start": 817031547,
            "stop": 817031549
        },
        {
            "start": 817031566,
            "stop": 817031567
        },
        {
            "start": 817031584,
            "stop": 817031600
        },
        {
            "start": 817031617,
            "stop": 817031621
        },
        {
            "start": 817031625,
            "stop": 817031695
        },
        {
            "start": 817031736,
            "stop": 817031773
        },
        {
            "start": 817031790,
            "stop": 817031817
        },
        {
            "start": 817031853,
            "stop": 817032283
        },
        {
            "start": 817032310,
            "stop": 817032364
        },
        {
            "start": 817032394,
            "stop": 817032458
        },
        {
            "start": 817032478,
            "stop": 817032515
        },
        {
            "start": 817032557,
            "stop": 817033076
        },
        {
            "start": 817033093,
            "stop": 817033282
        },
        {
            "start": 817033320,
            "stop": 817033587
        },
        {
            "start": 817033619,
            "stop": 817033777
        },
        {
            "start": 817033796,
            "stop": 817033885
        },
        {
            "start": 817033906,
            "stop": 817034044
        }
    ]
}