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=531
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=532",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=530",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 531,
    "results": [
        {
            "start": 869596725,
            "stop": 869596729
        },
        {
            "start": 869596732,
            "stop": 869596735
        },
        {
            "start": 869596737,
            "stop": 869596738
        },
        {
            "start": 869596745,
            "stop": 869596746
        },
        {
            "start": 869596750,
            "stop": 869596751
        },
        {
            "start": 869596753,
            "stop": 869596765
        },
        {
            "start": 869596769,
            "stop": 869596775
        },
        {
            "start": 869596784,
            "stop": 869596786
        },
        {
            "start": 869596790,
            "stop": 869596793
        },
        {
            "start": 869596794,
            "stop": 869596805
        },
        {
            "start": 869596806,
            "stop": 869596809
        },
        {
            "start": 869596812,
            "stop": 869596813
        },
        {
            "start": 869596815,
            "stop": 869596823
        },
        {
            "start": 869596825,
            "stop": 869596827
        },
        {
            "start": 869596828,
            "stop": 869596831
        },
        {
            "start": 869596834,
            "stop": 869596836
        },
        {
            "start": 869596841,
            "stop": 869596847
        },
        {
            "start": 869596849,
            "stop": 869596876
        },
        {
            "start": 869596877,
            "stop": 869596878
        },
        {
            "start": 869596880,
            "stop": 869596881
        }
    ]
}