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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=198",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 199,
    "results": [
        {
            "start": 817629576,
            "stop": 817631895
        },
        {
            "start": 817631917,
            "stop": 817632158
        },
        {
            "start": 817632217,
            "stop": 817632426
        },
        {
            "start": 817632430,
            "stop": 817632453
        },
        {
            "start": 817632457,
            "stop": 817632471
        },
        {
            "start": 817632475,
            "stop": 817632478
        },
        {
            "start": 817632482,
            "stop": 817632495
        },
        {
            "start": 817632498,
            "stop": 817632518
        },
        {
            "start": 817632522,
            "stop": 817632622
        },
        {
            "start": 817632626,
            "stop": 817632658
        },
        {
            "start": 817632663,
            "stop": 817632667
        },
        {
            "start": 817632671,
            "stop": 817632701
        },
        {
            "start": 817632704,
            "stop": 817632715
        },
        {
            "start": 817632719,
            "stop": 817632720
        },
        {
            "start": 817632723,
            "stop": 817632737
        },
        {
            "start": 817632740,
            "stop": 817632748
        },
        {
            "start": 817632751,
            "stop": 817632776
        },
        {
            "start": 817632782,
            "stop": 817632789
        },
        {
            "start": 817632792,
            "stop": 817632815
        },
        {
            "start": 817634454,
            "stop": 817634978
        }
    ]
}