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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=115",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 116,
    "results": [
        {
            "start": 826009324,
            "stop": 826010893
        },
        {
            "start": 826010895,
            "stop": 826011948
        },
        {
            "start": 826012667,
            "stop": 826014781
        },
        {
            "start": 826016166,
            "stop": 826017700
        },
        {
            "start": 826017703,
            "stop": 826017724
        },
        {
            "start": 826017827,
            "stop": 826022505
        },
        {
            "start": 826022507,
            "stop": 826023290
        },
        {
            "start": 826025033,
            "stop": 826025289
        },
        {
            "start": 826027452,
            "stop": 826031883
        },
        {
            "start": 826033364,
            "stop": 826036044
        },
        {
            "start": 826036984,
            "stop": 826037196
        },
        {
            "start": 826038271,
            "stop": 826038442
        },
        {
            "start": 826038443,
            "stop": 826039929
        },
        {
            "start": 826039931,
            "stop": 826040148
        },
        {
            "start": 826040150,
            "stop": 826040163
        },
        {
            "start": 826040165,
            "stop": 826040166
        },
        {
            "start": 826040168,
            "stop": 826040185
        },
        {
            "start": 826041193,
            "stop": 826041688
        },
        {
            "start": 826044438,
            "stop": 826048282
        },
        {
            "start": 826048284,
            "stop": 826049553
        }
    ]
}