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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14914",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14912",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14913,
    "results": [
        {
            "start": 971521638,
            "stop": 971521839
        },
        {
            "start": 971521842,
            "stop": 971521874
        },
        {
            "start": 971521876,
            "stop": 971521911
        },
        {
            "start": 971521912,
            "stop": 971522145
        },
        {
            "start": 971522148,
            "stop": 971522321
        },
        {
            "start": 971522324,
            "stop": 971522445
        },
        {
            "start": 971522446,
            "stop": 971522654
        },
        {
            "start": 971522655,
            "stop": 971522842
        },
        {
            "start": 971522845,
            "stop": 971522955
        },
        {
            "start": 971522956,
            "stop": 971523028
        },
        {
            "start": 971523029,
            "stop": 971523033
        },
        {
            "start": 971523035,
            "stop": 971523251
        },
        {
            "start": 971523254,
            "stop": 971523402
        },
        {
            "start": 971523405,
            "stop": 971523518
        },
        {
            "start": 971523520,
            "stop": 971523652
        },
        {
            "start": 971523653,
            "stop": 971523944
        },
        {
            "start": 971523946,
            "stop": 971523967
        },
        {
            "start": 971523968,
            "stop": 971523970
        },
        {
            "start": 971523972,
            "stop": 971523975
        },
        {
            "start": 971523976,
            "stop": 971523978
        }
    ]
}