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=8262
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=8263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8261",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8262,
    "results": [
        {
            "start": 873834551,
            "stop": 873834600
        },
        {
            "start": 873834660,
            "stop": 873834661
        },
        {
            "start": 873834681,
            "stop": 873834785
        },
        {
            "start": 873834805,
            "stop": 873834806
        },
        {
            "start": 873834847,
            "stop": 873834968
        },
        {
            "start": 873835088,
            "stop": 873835172
        },
        {
            "start": 873835198,
            "stop": 873835200
        },
        {
            "start": 873835260,
            "stop": 873835342
        },
        {
            "start": 873835361,
            "stop": 873835533
        },
        {
            "start": 873835567,
            "stop": 873835719
        },
        {
            "start": 873835754,
            "stop": 873835961
        },
        {
            "start": 873836001,
            "stop": 873836043
        },
        {
            "start": 873836163,
            "stop": 873836165
        },
        {
            "start": 873836185,
            "stop": 873836578
        },
        {
            "start": 873836599,
            "stop": 873836634
        },
        {
            "start": 873836651,
            "stop": 873836673
        },
        {
            "start": 873836692,
            "stop": 873836707
        },
        {
            "start": 873836726,
            "stop": 873836746
        },
        {
            "start": 873836772,
            "stop": 873836869
        },
        {
            "start": 873836889,
            "stop": 873836966
        }
    ]
}