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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=129",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 130,
    "results": [
        {
            "start": 816985456,
            "stop": 816985478
        },
        {
            "start": 816985515,
            "stop": 816985746
        },
        {
            "start": 816985808,
            "stop": 816985810
        },
        {
            "start": 816985832,
            "stop": 816985834
        },
        {
            "start": 816985853,
            "stop": 816985958
        },
        {
            "start": 816985977,
            "stop": 816986058
        },
        {
            "start": 816986077,
            "stop": 816986086
        },
        {
            "start": 816986105,
            "stop": 816986243
        },
        {
            "start": 816986278,
            "stop": 816986506
        },
        {
            "start": 816986550,
            "stop": 816986602
        },
        {
            "start": 816986644,
            "stop": 816986669
        },
        {
            "start": 816986688,
            "stop": 816986816
        },
        {
            "start": 816986866,
            "stop": 816986941
        },
        {
            "start": 816986986,
            "stop": 816987063
        },
        {
            "start": 816987106,
            "stop": 816987287
        },
        {
            "start": 816987308,
            "stop": 816987350
        },
        {
            "start": 816987367,
            "stop": 816987538
        },
        {
            "start": 816987558,
            "stop": 816987635
        },
        {
            "start": 816987655,
            "stop": 816987753
        },
        {
            "start": 816987770,
            "stop": 816987872
        }
    ]
}