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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1189
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1188",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1189,
    "results": [
        {
            "start": 952925880,
            "stop": 952926098
        },
        {
            "start": 952926100,
            "stop": 952933091
        },
        {
            "start": 952933093,
            "stop": 952933158
        },
        {
            "start": 952933160,
            "stop": 952938462
        },
        {
            "start": 952938464,
            "stop": 952939277
        },
        {
            "start": 952939279,
            "stop": 952939701
        },
        {
            "start": 952939703,
            "stop": 952941872
        },
        {
            "start": 952941874,
            "stop": 952942030
        },
        {
            "start": 952942032,
            "stop": 952944710
        },
        {
            "start": 952944712,
            "stop": 952946007
        },
        {
            "start": 952946009,
            "stop": 952947185
        },
        {
            "start": 952947187,
            "stop": 952947210
        },
        {
            "start": 952951501,
            "stop": 952955376
        },
        {
            "start": 952956847,
            "stop": 952957067
        },
        {
            "start": 952957116,
            "stop": 952961912
        },
        {
            "start": 952961914,
            "stop": 952963942
        },
        {
            "start": 952963944,
            "stop": 952964085
        },
        {
            "start": 952964087,
            "stop": 952964205
        },
        {
            "start": 952964207,
            "stop": 952964628
        },
        {
            "start": 952964630,
            "stop": 952964690
        }
    ]
}