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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6076",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6077,
    "results": [
        {
            "start": 873889877,
            "stop": 873889898
        },
        {
            "start": 873889901,
            "stop": 873889902
        },
        {
            "start": 873889905,
            "stop": 873889921
        },
        {
            "start": 873889925,
            "stop": 873889942
        },
        {
            "start": 873889945,
            "stop": 873889952
        },
        {
            "start": 873889960,
            "stop": 873889961
        },
        {
            "start": 873889965,
            "stop": 873889968
        },
        {
            "start": 873889971,
            "stop": 873889975
        },
        {
            "start": 873889978,
            "stop": 873889986
        },
        {
            "start": 873889990,
            "stop": 873889993
        },
        {
            "start": 873889996,
            "stop": 873889997
        },
        {
            "start": 873890000,
            "stop": 873890004
        },
        {
            "start": 873890007,
            "stop": 873890008
        },
        {
            "start": 873890011,
            "stop": 873890015
        },
        {
            "start": 873890021,
            "stop": 873890022
        },
        {
            "start": 873890025,
            "stop": 873890050
        },
        {
            "start": 873890053,
            "stop": 873890076
        },
        {
            "start": 873890079,
            "stop": 873890141
        },
        {
            "start": 873890150,
            "stop": 873890167
        },
        {
            "start": 873890170,
            "stop": 873890186
        }
    ]
}