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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=142",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 143,
    "results": [
        {
            "start": 817030360,
            "stop": 817030440
        },
        {
            "start": 817030464,
            "stop": 817030509
        },
        {
            "start": 817030526,
            "stop": 817030952
        },
        {
            "start": 817031003,
            "stop": 817031096
        },
        {
            "start": 817031101,
            "stop": 817031102
        },
        {
            "start": 817031121,
            "stop": 817031122
        },
        {
            "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
        }
    ]
}