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=6208
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=6209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6207",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6208,
    "results": [
        {
            "start": 874647103,
            "stop": 874647131
        },
        {
            "start": 874647134,
            "stop": 874647293
        },
        {
            "start": 874647296,
            "stop": 874647306
        },
        {
            "start": 874647311,
            "stop": 874647314
        },
        {
            "start": 874647318,
            "stop": 874647323
        },
        {
            "start": 874647326,
            "stop": 874647333
        },
        {
            "start": 874647351,
            "stop": 874647368
        },
        {
            "start": 874647373,
            "stop": 874647379
        },
        {
            "start": 874647384,
            "stop": 874647433
        },
        {
            "start": 874647436,
            "stop": 874647437
        },
        {
            "start": 874647440,
            "stop": 874647512
        },
        {
            "start": 874647513,
            "stop": 874647594
        },
        {
            "start": 874647597,
            "stop": 874647711
        },
        {
            "start": 874647714,
            "stop": 874647715
        },
        {
            "start": 874647718,
            "stop": 874648682
        },
        {
            "start": 874648685,
            "stop": 874648777
        },
        {
            "start": 874648780,
            "stop": 874648814
        },
        {
            "start": 874648821,
            "stop": 874648865
        },
        {
            "start": 874648868,
            "stop": 874648913
        },
        {
            "start": 874648920,
            "stop": 874648922
        }
    ]
}