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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=8",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 9,
    "results": [
        {
            "start": 816141409,
            "stop": 816141648
        },
        {
            "start": 816148895,
            "stop": 816163939
        },
        {
            "start": 816163942,
            "stop": 816174547
        },
        {
            "start": 816174549,
            "stop": 816179849
        },
        {
            "start": 816179852,
            "stop": 816182969
        },
        {
            "start": 816183972,
            "stop": 816185006
        },
        {
            "start": 816186052,
            "stop": 816189556
        },
        {
            "start": 816190122,
            "stop": 816192181
        },
        {
            "start": 816192756,
            "stop": 816193795
        },
        {
            "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": 816213644,
            "stop": 816214128
        },
        {
            "start": 816214560,
            "stop": 816215582
        }
    ]
}