Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=42",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 43,
    "results": [
        {
            "start": 816525554,
            "stop": 816525627
        },
        {
            "start": 816525647,
            "stop": 816525722
        },
        {
            "start": 816525742,
            "stop": 816525989
        },
        {
            "start": 816527130,
            "stop": 816527312
        },
        {
            "start": 816541120,
            "stop": 816541315
        },
        {
            "start": 816541346,
            "stop": 816541594
        },
        {
            "start": 816541616,
            "stop": 816542961
        },
        {
            "start": 816542988,
            "stop": 816543101
        },
        {
            "start": 816543221,
            "stop": 816545013
        },
        {
            "start": 816545033,
            "stop": 816545217
        },
        {
            "start": 816545239,
            "stop": 816547028
        },
        {
            "start": 816547047,
            "stop": 816547534
        },
        {
            "start": 816547553,
            "stop": 816547608
        },
        {
            "start": 816547637,
            "stop": 816548126
        },
        {
            "start": 816548148,
            "stop": 816548163
        },
        {
            "start": 816548283,
            "stop": 816548306
        },
        {
            "start": 816548426,
            "stop": 816548571
        },
        {
            "start": 816548593,
            "stop": 816548825
        },
        {
            "start": 816548861,
            "stop": 816548913
        },
        {
            "start": 816549033,
            "stop": 816549431
        }
    ]
}