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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4021",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4022,
    "results": [
        {
            "start": 874875742,
            "stop": 874875747
        },
        {
            "start": 874875748,
            "stop": 874875752
        },
        {
            "start": 874875754,
            "stop": 874875901
        },
        {
            "start": 874875903,
            "stop": 874881962
        },
        {
            "start": 874881965,
            "stop": 874881975
        },
        {
            "start": 874881978,
            "stop": 874884977
        },
        {
            "start": 874884980,
            "stop": 874886522
        },
        {
            "start": 874886525,
            "stop": 874886674
        },
        {
            "start": 874886678,
            "stop": 874887258
        },
        {
            "start": 874887261,
            "stop": 874887560
        },
        {
            "start": 874887562,
            "stop": 874887596
        },
        {
            "start": 874887599,
            "stop": 874889008
        },
        {
            "start": 874889011,
            "stop": 874889120
        },
        {
            "start": 874889123,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874907358
        },
        {
            "start": 874907359,
            "stop": 874907360
        },
        {
            "start": 874907361,
            "stop": 874907363
        },
        {
            "start": 874907367,
            "stop": 874910261
        },
        {
            "start": 874910264,
            "stop": 874910350
        }
    ]
}