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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14878",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14876",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14877,
    "results": [
        {
            "start": 971411509,
            "stop": 971411510
        },
        {
            "start": 971411511,
            "stop": 971411519
        },
        {
            "start": 971411521,
            "stop": 971411523
        },
        {
            "start": 971411528,
            "stop": 971411530
        },
        {
            "start": 971411535,
            "stop": 971411540
        },
        {
            "start": 971411541,
            "stop": 971411544
        },
        {
            "start": 971411545,
            "stop": 971411547
        },
        {
            "start": 971411548,
            "stop": 971411550
        },
        {
            "start": 971411551,
            "stop": 971411560
        },
        {
            "start": 971412994,
            "stop": 971412996
        },
        {
            "start": 971412999,
            "stop": 971413179
        },
        {
            "start": 971414006,
            "stop": 971414035
        },
        {
            "start": 971414036,
            "stop": 971414048
        },
        {
            "start": 971414050,
            "stop": 971414072
        },
        {
            "start": 971414073,
            "stop": 971414095
        },
        {
            "start": 971414097,
            "stop": 971414109
        },
        {
            "start": 971414110,
            "stop": 971414112
        },
        {
            "start": 971414114,
            "stop": 971414115
        },
        {
            "start": 971414116,
            "stop": 971414117
        },
        {
            "start": 971414118,
            "stop": 971414121
        }
    ]
}