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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=257",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 258,
    "results": [
        {
            "start": 871062429,
            "stop": 871075448
        },
        {
            "start": 871076900,
            "stop": 871105544
        },
        {
            "start": 871106811,
            "stop": 871139050
        },
        {
            "start": 871156398,
            "stop": 871163702
        },
        {
            "start": 871166621,
            "stop": 871175398
        },
        {
            "start": 871189562,
            "stop": 871236610
        },
        {
            "start": 871242473,
            "stop": 871243407
        },
        {
            "start": 871253049,
            "stop": 871257120
        },
        {
            "start": 871270578,
            "stop": 871272614
        },
        {
            "start": 871274331,
            "stop": 871277302
        },
        {
            "start": 871278281,
            "stop": 871289546
        },
        {
            "start": 871291268,
            "stop": 871291502
        },
        {
            "start": 871295976,
            "stop": 871300068
        },
        {
            "start": 871302161,
            "stop": 871312966
        },
        {
            "start": 871313815,
            "stop": 871329440
        },
        {
            "start": 871329840,
            "stop": 871335123
        },
        {
            "start": 871341249,
            "stop": 871352642
        },
        {
            "start": 871354651,
            "stop": 871356208
        },
        {
            "start": 871357267,
            "stop": 871392567
        },
        {
            "start": 871393625,
            "stop": 871404337
        }
    ]
}