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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=380",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 381,
    "results": [
        {
            "start": 934840988,
            "stop": 934841016
        },
        {
            "start": 934841018,
            "stop": 934841022
        },
        {
            "start": 934841024,
            "stop": 934841038
        },
        {
            "start": 934841041,
            "stop": 934842122
        },
        {
            "start": 934842124,
            "stop": 934842145
        },
        {
            "start": 934842147,
            "stop": 934842151
        },
        {
            "start": 934842153,
            "stop": 934842154
        },
        {
            "start": 934842156,
            "stop": 934842169
        },
        {
            "start": 934842172,
            "stop": 934842198
        },
        {
            "start": 934842200,
            "stop": 934842203
        },
        {
            "start": 934842206,
            "stop": 934842212
        },
        {
            "start": 934842215,
            "stop": 934842221
        },
        {
            "start": 934842225,
            "stop": 934842711
        },
        {
            "start": 934842713,
            "stop": 934842736
        },
        {
            "start": 934842738,
            "stop": 934842764
        },
        {
            "start": 934842767,
            "stop": 934842771
        },
        {
            "start": 934842773,
            "stop": 934842787
        },
        {
            "start": 934842792,
            "stop": 934843033
        },
        {
            "start": 934843035,
            "stop": 934843058
        },
        {
            "start": 934843061,
            "stop": 934843086
        }
    ]
}