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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=70",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 71,
    "results": [
        {
            "start": 817781604,
            "stop": 817781605
        },
        {
            "start": 817781608,
            "stop": 817781668
        },
        {
            "start": 817781672,
            "stop": 817781679
        },
        {
            "start": 817781680,
            "stop": 817781714
        },
        {
            "start": 817781717,
            "stop": 817781721
        },
        {
            "start": 817781727,
            "stop": 817781915
        },
        {
            "start": 817781917,
            "stop": 817781924
        },
        {
            "start": 817784015,
            "stop": 817784061
        },
        {
            "start": 817784066,
            "stop": 817784090
        },
        {
            "start": 817784097,
            "stop": 817784100
        },
        {
            "start": 817784103,
            "stop": 817784317
        },
        {
            "start": 817784320,
            "stop": 817784425
        },
        {
            "start": 817784428,
            "stop": 817784444
        },
        {
            "start": 817784450,
            "stop": 817784879
        },
        {
            "start": 817784891,
            "stop": 817796976
        },
        {
            "start": 817796979,
            "stop": 817799377
        },
        {
            "start": 817799380,
            "stop": 817801566
        },
        {
            "start": 817801569,
            "stop": 817801609
        },
        {
            "start": 817801612,
            "stop": 817801822
        },
        {
            "start": 817801825,
            "stop": 817801832
        }
    ]
}