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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=78",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 79,
    "results": [
        {
            "start": 821303307,
            "stop": 821303690
        },
        {
            "start": 821303693,
            "stop": 821303713
        },
        {
            "start": 821303716,
            "stop": 821304701
        },
        {
            "start": 821304702,
            "stop": 821304999
        },
        {
            "start": 821305002,
            "stop": 821305100
        },
        {
            "start": 821305103,
            "stop": 821305624
        },
        {
            "start": 821305627,
            "stop": 821305669
        },
        {
            "start": 821305673,
            "stop": 821305741
        },
        {
            "start": 821305744,
            "stop": 821305966
        },
        {
            "start": 821305969,
            "stop": 821306009
        },
        {
            "start": 821306012,
            "stop": 821306025
        },
        {
            "start": 821306028,
            "stop": 821306123
        },
        {
            "start": 821306126,
            "stop": 821306331
        },
        {
            "start": 821306334,
            "stop": 821306433
        },
        {
            "start": 821306436,
            "stop": 821306728
        },
        {
            "start": 821306731,
            "stop": 821307019
        },
        {
            "start": 821307022,
            "stop": 821307493
        },
        {
            "start": 821308033,
            "stop": 821308114
        },
        {
            "start": 821308117,
            "stop": 821308241
        },
        {
            "start": 821308244,
            "stop": 821308612
        }
    ]
}