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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=12",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 13,
    "results": [
        {
            "start": 816234968,
            "stop": 816235008
        },
        {
            "start": 816235014,
            "stop": 816235040
        },
        {
            "start": 816235047,
            "stop": 816235058
        },
        {
            "start": 816235064,
            "stop": 816235104
        },
        {
            "start": 816235109,
            "stop": 816235131
        },
        {
            "start": 816235134,
            "stop": 816235196
        },
        {
            "start": 816235202,
            "stop": 816235230
        },
        {
            "start": 816235235,
            "stop": 816235352
        },
        {
            "start": 816235356,
            "stop": 816235421
        },
        {
            "start": 816235436,
            "stop": 816235444
        },
        {
            "start": 816235454,
            "stop": 816235488
        },
        {
            "start": 816235491,
            "stop": 816235492
        },
        {
            "start": 816235495,
            "stop": 816235523
        },
        {
            "start": 816235550,
            "stop": 816235573
        },
        {
            "start": 816235579,
            "stop": 816235591
        },
        {
            "start": 816235594,
            "stop": 816235608
        },
        {
            "start": 816235618,
            "stop": 816235646
        },
        {
            "start": 816235649,
            "stop": 816235724
        },
        {
            "start": 816235727,
            "stop": 816235739
        },
        {
            "start": 816235745,
            "stop": 816235775
        }
    ]
}