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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1008",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1006",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1007,
    "results": [
        {
            "start": 1252026158,
            "stop": 1252027452
        },
        {
            "start": 1252027456,
            "stop": 1252028653
        },
        {
            "start": 1252028657,
            "stop": 1252028995
        },
        {
            "start": 1252029000,
            "stop": 1252029661
        },
        {
            "start": 1252029665,
            "stop": 1252029801
        },
        {
            "start": 1252029806,
            "stop": 1252032200
        },
        {
            "start": 1252032202,
            "stop": 1252032354
        },
        {
            "start": 1252032357,
            "stop": 1252033212
        },
        {
            "start": 1252033220,
            "stop": 1252034338
        },
        {
            "start": 1252034341,
            "stop": 1252035121
        },
        {
            "start": 1252035125,
            "stop": 1252035444
        },
        {
            "start": 1252035452,
            "stop": 1252036439
        },
        {
            "start": 1252036447,
            "stop": 1252036608
        },
        {
            "start": 1252036626,
            "stop": 1252036654
        },
        {
            "start": 1252036658,
            "stop": 1252036863
        },
        {
            "start": 1252036868,
            "stop": 1252038456
        },
        {
            "start": 1252038460,
            "stop": 1252038526
        },
        {
            "start": 1252038530,
            "stop": 1252039128
        },
        {
            "start": 1252039132,
            "stop": 1252039135
        },
        {
            "start": 1252039139,
            "stop": 1252039142
        }
    ]
}