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=3977
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=3978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3976",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3977,
    "results": [
        {
            "start": 874482367,
            "stop": 874482449
        },
        {
            "start": 874482452,
            "stop": 874483364
        },
        {
            "start": 874483367,
            "stop": 874488228
        },
        {
            "start": 874489490,
            "stop": 874494234
        },
        {
            "start": 874494237,
            "stop": 874497810
        },
        {
            "start": 874497815,
            "stop": 874502142
        },
        {
            "start": 874502145,
            "stop": 874502910
        },
        {
            "start": 874502913,
            "stop": 874502917
        },
        {
            "start": 874502920,
            "stop": 874505086
        },
        {
            "start": 874505089,
            "stop": 874505495
        },
        {
            "start": 874505498,
            "stop": 874505700
        },
        {
            "start": 874505760,
            "stop": 874508810
        },
        {
            "start": 874508811,
            "stop": 874509361
        },
        {
            "start": 874509364,
            "stop": 874516500
        },
        {
            "start": 874518439,
            "stop": 874518440
        },
        {
            "start": 874518487,
            "stop": 874518488
        },
        {
            "start": 874518498,
            "stop": 874518499
        },
        {
            "start": 874518509,
            "stop": 874518510
        },
        {
            "start": 874518515,
            "stop": 874518518
        },
        {
            "start": 874518521,
            "stop": 874518525
        }
    ]
}