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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 2,
    "results": [
        {
            "start": 1126075017,
            "stop": 1126075121
        },
        {
            "start": 1126075122,
            "stop": 1126075202
        },
        {
            "start": 1126075203,
            "stop": 1126075217
        },
        {
            "start": 1126075218,
            "stop": 1126075237
        },
        {
            "start": 1126075238,
            "stop": 1126075631
        },
        {
            "start": 1126075632,
            "stop": 1126075844
        },
        {
            "start": 1126075845,
            "stop": 1126075989
        },
        {
            "start": 1126075991,
            "stop": 1126076291
        },
        {
            "start": 1126076292,
            "stop": 1126076408
        },
        {
            "start": 1126076409,
            "stop": 1126076483
        },
        {
            "start": 1126076484,
            "stop": 1126076642
        },
        {
            "start": 1126076643,
            "stop": 1126076851
        },
        {
            "start": 1126076852,
            "stop": 1126076949
        },
        {
            "start": 1126076950,
            "stop": 1126077043
        },
        {
            "start": 1126077044,
            "stop": 1126077161
        },
        {
            "start": 1126077162,
            "stop": 1126077276
        },
        {
            "start": 1126077277,
            "stop": 1126077375
        },
        {
            "start": 1126077376,
            "stop": 1126077461
        },
        {
            "start": 1126077462,
            "stop": 1126077473
        },
        {
            "start": 1126077474,
            "stop": 1126077520
        }
    ]
}