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=381
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=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=380",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 381,
    "results": [
        {
            "start": 860448652,
            "stop": 860453898
        },
        {
            "start": 860454234,
            "stop": 860478560
        },
        {
            "start": 860481617,
            "stop": 860489511
        },
        {
            "start": 860489856,
            "stop": 860497556
        },
        {
            "start": 860498001,
            "stop": 860511034
        },
        {
            "start": 860511308,
            "stop": 860517967
        },
        {
            "start": 860518187,
            "stop": 860519601
        },
        {
            "start": 860519605,
            "stop": 860520106
        },
        {
            "start": 860520110,
            "stop": 860526178
        },
        {
            "start": 860526298,
            "stop": 860527282
        },
        {
            "start": 860528194,
            "stop": 860534632
        },
        {
            "start": 860534825,
            "stop": 860543395
        },
        {
            "start": 860544525,
            "stop": 860550862
        },
        {
            "start": 860551420,
            "stop": 860559697
        },
        {
            "start": 860560414,
            "stop": 860576108
        },
        {
            "start": 860576835,
            "stop": 860591649
        },
        {
            "start": 860591902,
            "stop": 860594065
        },
        {
            "start": 860594375,
            "stop": 860615604
        },
        {
            "start": 860616843,
            "stop": 860624081
        },
        {
            "start": 860624441,
            "stop": 860648282
        }
    ]
}