Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=263
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=262",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 263,
    "results": [
        {
            "start": 931166129,
            "stop": 931166131
        },
        {
            "start": 931166133,
            "stop": 931166136
        },
        {
            "start": 931166139,
            "stop": 931166141
        },
        {
            "start": 931166142,
            "stop": 931166143
        },
        {
            "start": 931166144,
            "stop": 931166145
        },
        {
            "start": 931166146,
            "stop": 931166155
        },
        {
            "start": 931166156,
            "stop": 931166161
        },
        {
            "start": 931166162,
            "stop": 931166170
        },
        {
            "start": 931166174,
            "stop": 931166176
        },
        {
            "start": 931166177,
            "stop": 931166179
        },
        {
            "start": 931166181,
            "stop": 931166182
        },
        {
            "start": 931166185,
            "stop": 931166186
        },
        {
            "start": 931166188,
            "stop": 931166189
        },
        {
            "start": 931166190,
            "stop": 931166191
        },
        {
            "start": 931166193,
            "stop": 931166197
        },
        {
            "start": 931166199,
            "stop": 931166204
        },
        {
            "start": 931166205,
            "stop": 931166207
        },
        {
            "start": 931166213,
            "stop": 931166221
        },
        {
            "start": 931166224,
            "stop": 931166229
        },
        {
            "start": 931166233,
            "stop": 931166235
        }
    ]
}