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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=51",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 52,
    "results": [
        {
            "start": 817021466,
            "stop": 817021703
        },
        {
            "start": 817021706,
            "stop": 817026590
        },
        {
            "start": 817026593,
            "stop": 817026630
        },
        {
            "start": 817030102,
            "stop": 817031096
        },
        {
            "start": 817031101,
            "stop": 817031102
        },
        {
            "start": 817031121,
            "stop": 817031122
        },
        {
            "start": 817031134,
            "stop": 817031304
        },
        {
            "start": 817031307,
            "stop": 817031574
        },
        {
            "start": 817031579,
            "stop": 817031621
        },
        {
            "start": 817031625,
            "stop": 817031702
        },
        {
            "start": 817031736,
            "stop": 817034044
        },
        {
            "start": 817059261,
            "stop": 817059340
        },
        {
            "start": 817059344,
            "stop": 817059499
        },
        {
            "start": 817059502,
            "stop": 817059815
        },
        {
            "start": 817059818,
            "stop": 817060627
        },
        {
            "start": 817060632,
            "stop": 817061179
        },
        {
            "start": 817061184,
            "stop": 817061197
        },
        {
            "start": 817061259,
            "stop": 817061263
        },
        {
            "start": 817061266,
            "stop": 817061283
        },
        {
            "start": 817061296,
            "stop": 817061306
        }
    ]
}