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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=290",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 291,
    "results": [
        {
            "start": 858371987,
            "stop": 858372185
        },
        {
            "start": 858372200,
            "stop": 858372205
        },
        {
            "start": 858372209,
            "stop": 858372359
        },
        {
            "start": 858372363,
            "stop": 858372383
        },
        {
            "start": 858372459,
            "stop": 858372636
        },
        {
            "start": 858372643,
            "stop": 858372687
        },
        {
            "start": 858372691,
            "stop": 858372701
        },
        {
            "start": 858372715,
            "stop": 858372721
        },
        {
            "start": 858372726,
            "stop": 858372747
        },
        {
            "start": 858372751,
            "stop": 858372784
        },
        {
            "start": 858372788,
            "stop": 858372824
        },
        {
            "start": 858372832,
            "stop": 858372911
        },
        {
            "start": 858372915,
            "stop": 858372960
        },
        {
            "start": 858372965,
            "stop": 858372984
        },
        {
            "start": 858372988,
            "stop": 858373003
        },
        {
            "start": 858373012,
            "stop": 858373022
        },
        {
            "start": 858373026,
            "stop": 858373046
        },
        {
            "start": 858373050,
            "stop": 858373103
        },
        {
            "start": 858373108,
            "stop": 858373121
        },
        {
            "start": 858373125,
            "stop": 858373145
        }
    ]
}