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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=62",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 63,
    "results": [
        {
            "start": 931257219,
            "stop": 931257243
        },
        {
            "start": 931257244,
            "stop": 931257260
        },
        {
            "start": 931257263,
            "stop": 931257267
        },
        {
            "start": 931257269,
            "stop": 931257277
        },
        {
            "start": 931257279,
            "stop": 931257287
        },
        {
            "start": 931257289,
            "stop": 931257293
        },
        {
            "start": 931257294,
            "stop": 931257316
        },
        {
            "start": 931257319,
            "stop": 931257340
        },
        {
            "start": 931257347,
            "stop": 931257354
        },
        {
            "start": 931257355,
            "stop": 931257358
        },
        {
            "start": 931257360,
            "stop": 931257369
        },
        {
            "start": 931257371,
            "stop": 931257377
        },
        {
            "start": 931257379,
            "stop": 931257380
        },
        {
            "start": 931257381,
            "stop": 931257469
        },
        {
            "start": 931257475,
            "stop": 931257482
        },
        {
            "start": 931257484,
            "stop": 931257514
        },
        {
            "start": 931257516,
            "stop": 931257520
        },
        {
            "start": 931257522,
            "stop": 931257534
        },
        {
            "start": 931257536,
            "stop": 931257537
        },
        {
            "start": 931257539,
            "stop": 931257559
        }
    ]
}