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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=260",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 261,
    "results": [
        {
            "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
        },
        {
            "start": 934843089,
            "stop": 934843093
        },
        {
            "start": 934843095,
            "stop": 934843109
        },
        {
            "start": 934843113,
            "stop": 934843297
        },
        {
            "start": 934843299,
            "stop": 934843319
        },
        {
            "start": 934843322,
            "stop": 934843325
        },
        {
            "start": 934843328,
            "stop": 934843329
        }
    ]
}