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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=420",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 421,
    "results": [
        {
            "start": 866162493,
            "stop": 866164572
        },
        {
            "start": 866164575,
            "stop": 866164701
        },
        {
            "start": 866164705,
            "stop": 866164725
        },
        {
            "start": 866164729,
            "stop": 866164740
        },
        {
            "start": 866164748,
            "stop": 866164912
        },
        {
            "start": 866164916,
            "stop": 866164917
        },
        {
            "start": 866165162,
            "stop": 866165295
        },
        {
            "start": 866165299,
            "stop": 866165309
        },
        {
            "start": 866165313,
            "stop": 866165347
        },
        {
            "start": 866165351,
            "stop": 866165371
        },
        {
            "start": 866165375,
            "stop": 866165582
        },
        {
            "start": 866165586,
            "stop": 866165658
        },
        {
            "start": 866165662,
            "stop": 866165857
        },
        {
            "start": 866165861,
            "stop": 866165891
        },
        {
            "start": 866165900,
            "stop": 866165930
        },
        {
            "start": 866165939,
            "stop": 866166112
        },
        {
            "start": 866166125,
            "stop": 866166135
        },
        {
            "start": 866166322,
            "stop": 866166337
        },
        {
            "start": 866166341,
            "stop": 866166399
        },
        {
            "start": 866166403,
            "stop": 866166433
        }
    ]
}