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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=93",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 94,
    "results": [
        {
            "start": 824750016,
            "stop": 824750018
        },
        {
            "start": 824750020,
            "stop": 824750021
        },
        {
            "start": 824750023,
            "stop": 824750037
        },
        {
            "start": 824750043,
            "stop": 824750047
        },
        {
            "start": 824750057,
            "stop": 824750059
        },
        {
            "start": 824750062,
            "stop": 824750063
        },
        {
            "start": 824750065,
            "stop": 824750075
        },
        {
            "start": 824750081,
            "stop": 824750082
        },
        {
            "start": 824750085,
            "stop": 824750086
        },
        {
            "start": 824750089,
            "stop": 824750091
        },
        {
            "start": 824750094,
            "stop": 824750095
        },
        {
            "start": 824750097,
            "stop": 824750100
        },
        {
            "start": 824750104,
            "stop": 824750107
        },
        {
            "start": 824750110,
            "stop": 824750113
        },
        {
            "start": 824750115,
            "stop": 824750116
        },
        {
            "start": 824750118,
            "stop": 824750120
        },
        {
            "start": 824750133,
            "stop": 824750136
        },
        {
            "start": 824750140,
            "stop": 824750141
        },
        {
            "start": 824750144,
            "stop": 824750145
        },
        {
            "start": 824750150,
            "stop": 824750151
        }
    ]
}