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=8985
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=8986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8984",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8985,
    "results": [
        {
            "start": 873834269,
            "stop": 873834272
        },
        {
            "start": 873834307,
            "stop": 873834531
        },
        {
            "start": 873834551,
            "stop": 873834634
        },
        {
            "start": 873834655,
            "stop": 873834661
        },
        {
            "start": 873834681,
            "stop": 873834785
        },
        {
            "start": 873834805,
            "stop": 873834806
        },
        {
            "start": 873834847,
            "stop": 873834988
        },
        {
            "start": 873835007,
            "stop": 873835172
        },
        {
            "start": 873835198,
            "stop": 873835342
        },
        {
            "start": 873835361,
            "stop": 873835533
        },
        {
            "start": 873835567,
            "stop": 873835719
        },
        {
            "start": 873835754,
            "stop": 873835961
        },
        {
            "start": 873836001,
            "stop": 873836094
        },
        {
            "start": 873836114,
            "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
        }
    ]
}