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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7594",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7592",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7593,
    "results": [
        {
            "start": 970491847,
            "stop": 970491850
        },
        {
            "start": 970491892,
            "stop": 970491893
        },
        {
            "start": 970491942,
            "stop": 970491947
        },
        {
            "start": 970491950,
            "stop": 970491951
        },
        {
            "start": 970496463,
            "stop": 970496505
        },
        {
            "start": 970496508,
            "stop": 970496560
        },
        {
            "start": 970496563,
            "stop": 970496665
        },
        {
            "start": 970496668,
            "stop": 970496740
        },
        {
            "start": 970496743,
            "stop": 970496819
        },
        {
            "start": 970496824,
            "stop": 970496834
        },
        {
            "start": 970496837,
            "stop": 970496896
        },
        {
            "start": 970497033,
            "stop": 970497034
        },
        {
            "start": 970497050,
            "stop": 970497051
        },
        {
            "start": 970497057,
            "stop": 970497062
        },
        {
            "start": 970497073,
            "stop": 970497075
        },
        {
            "start": 970497097,
            "stop": 970497099
        },
        {
            "start": 970497121,
            "stop": 970497122
        },
        {
            "start": 970497134,
            "stop": 970497136
        },
        {
            "start": 970539326,
            "stop": 970540076
        },
        {
            "start": 970540079,
            "stop": 970540166
        }
    ]
}