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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=18",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 19,
    "results": [
        {
            "start": 931162245,
            "stop": 931162248
        },
        {
            "start": 931162251,
            "stop": 931162252
        },
        {
            "start": 931162255,
            "stop": 931162256
        },
        {
            "start": 931162258,
            "stop": 931162260
        },
        {
            "start": 931162274,
            "stop": 931162276
        },
        {
            "start": 931162289,
            "stop": 931162292
        },
        {
            "start": 931162302,
            "stop": 931162304
        },
        {
            "start": 931162312,
            "stop": 931162314
        },
        {
            "start": 931162317,
            "stop": 931162318
        },
        {
            "start": 931162327,
            "stop": 931162328
        },
        {
            "start": 931162340,
            "stop": 931162342
        },
        {
            "start": 931162351,
            "stop": 931162352
        },
        {
            "start": 931162358,
            "stop": 931162363
        },
        {
            "start": 931162370,
            "stop": 931162371
        },
        {
            "start": 931162383,
            "stop": 931162384
        },
        {
            "start": 931162388,
            "stop": 931162390
        },
        {
            "start": 931162401,
            "stop": 931162403
        },
        {
            "start": 931162416,
            "stop": 931162424
        },
        {
            "start": 931162429,
            "stop": 931162430
        },
        {
            "start": 931162438,
            "stop": 931162443
        }
    ]
}