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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2083",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2084,
    "results": [
        {
            "start": 863403032,
            "stop": 863403042
        },
        {
            "start": 863403152,
            "stop": 863403253
        },
        {
            "start": 863403553,
            "stop": 863409087
        },
        {
            "start": 863409093,
            "stop": 863413931
        },
        {
            "start": 863413933,
            "stop": 863425050
        },
        {
            "start": 863425110,
            "stop": 863435873
        },
        {
            "start": 863436158,
            "stop": 863438490
        },
        {
            "start": 863438495,
            "stop": 863446125
        },
        {
            "start": 863446130,
            "stop": 863457481
        },
        {
            "start": 863459746,
            "stop": 863460001
        },
        {
            "start": 863460665,
            "stop": 863461077
        },
        {
            "start": 863461080,
            "stop": 863461196
        },
        {
            "start": 863461610,
            "stop": 863462406
        },
        {
            "start": 863465693,
            "stop": 863466220
        },
        {
            "start": 863470731,
            "stop": 863471245
        },
        {
            "start": 863471250,
            "stop": 863471272
        },
        {
            "start": 863471274,
            "stop": 863471323
        },
        {
            "start": 863471324,
            "stop": 863471352
        },
        {
            "start": 863471360,
            "stop": 863471365
        },
        {
            "start": 863471370,
            "stop": 863471372
        }
    ]
}