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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=831",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=829",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 830,
    "results": [
        {
            "start": 1268958742,
            "stop": 1268958747
        },
        {
            "start": 1268958752,
            "stop": 1268958756
        },
        {
            "start": 1268958757,
            "stop": 1268958759
        },
        {
            "start": 1268958763,
            "stop": 1268958768
        },
        {
            "start": 1268958769,
            "stop": 1268958784
        },
        {
            "start": 1268958786,
            "stop": 1268958794
        },
        {
            "start": 1268958796,
            "stop": 1268958798
        },
        {
            "start": 1268958799,
            "stop": 1268958810
        },
        {
            "start": 1268958813,
            "stop": 1268958815
        },
        {
            "start": 1268958817,
            "stop": 1268958819
        },
        {
            "start": 1268958820,
            "stop": 1268958821
        },
        {
            "start": 1268958822,
            "stop": 1268958823
        },
        {
            "start": 1268958824,
            "stop": 1268958825
        },
        {
            "start": 1268958827,
            "stop": 1268958828
        },
        {
            "start": 1268958830,
            "stop": 1268958833
        },
        {
            "start": 1268958837,
            "stop": 1268958839
        },
        {
            "start": 1268958850,
            "stop": 1268958852
        },
        {
            "start": 1268958862,
            "stop": 1268958864
        },
        {
            "start": 1268958866,
            "stop": 1268959205
        },
        {
            "start": 1268959210,
            "stop": 1268961437
        }
    ]
}