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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=11",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 12,
    "results": [
        {
            "start": 816193822,
            "stop": 816194783
        },
        {
            "start": 816194785,
            "stop": 816195107
        },
        {
            "start": 816197300,
            "stop": 816200571
        },
        {
            "start": 816201122,
            "stop": 816203203
        },
        {
            "start": 816203638,
            "stop": 816203785
        },
        {
            "start": 816204188,
            "stop": 816205159
        },
        {
            "start": 816205918,
            "stop": 816208305
        },
        {
            "start": 816208801,
            "stop": 816209603
        },
        {
            "start": 816210210,
            "stop": 816211250
        },
        {
            "start": 816213673,
            "stop": 816214128
        },
        {
            "start": 816214560,
            "stop": 816215582
        },
        {
            "start": 816216106,
            "stop": 816216877
        },
        {
            "start": 816217197,
            "stop": 816219605
        },
        {
            "start": 816219606,
            "stop": 816221593
        },
        {
            "start": 816221608,
            "stop": 816221610
        },
        {
            "start": 816221893,
            "stop": 816224233
        },
        {
            "start": 816224264,
            "stop": 816224267
        },
        {
            "start": 816225711,
            "stop": 816231787
        },
        {
            "start": 816233403,
            "stop": 816233536
        },
        {
            "start": 816233936,
            "stop": 816234171
        }
    ]
}