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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=445",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 446,
    "results": [
        {
            "start": 872331690,
            "stop": 872342247
        },
        {
            "start": 872342268,
            "stop": 872343051
        },
        {
            "start": 872343120,
            "stop": 872343742
        },
        {
            "start": 872343761,
            "stop": 872345471
        },
        {
            "start": 872345774,
            "stop": 872345780
        },
        {
            "start": 872345890,
            "stop": 872346205
        },
        {
            "start": 872346505,
            "stop": 872348307
        },
        {
            "start": 872348328,
            "stop": 872348388
        },
        {
            "start": 872348407,
            "stop": 872348453
        },
        {
            "start": 872365308,
            "stop": 872365921
        },
        {
            "start": 872366523,
            "stop": 872367284
        },
        {
            "start": 872368558,
            "stop": 872373260
        },
        {
            "start": 872375124,
            "stop": 872375208
        },
        {
            "start": 872375508,
            "stop": 872384562
        },
        {
            "start": 872384583,
            "stop": 872415255
        },
        {
            "start": 872415273,
            "stop": 872415554
        },
        {
            "start": 872415572,
            "stop": 872419754
        },
        {
            "start": 872419864,
            "stop": 872420424
        },
        {
            "start": 872420834,
            "stop": 872436582
        },
        {
            "start": 872436600,
            "stop": 872437059
        }
    ]
}