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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=201",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 202,
    "results": [
        {
            "start": 852579451,
            "stop": 852580446
        },
        {
            "start": 852583457,
            "stop": 852583826
        },
        {
            "start": 852585782,
            "stop": 852595299
        },
        {
            "start": 852599226,
            "stop": 852627977
        },
        {
            "start": 852629041,
            "stop": 852633491
        },
        {
            "start": 852638743,
            "stop": 852644877
        },
        {
            "start": 852645501,
            "stop": 852645746
        },
        {
            "start": 852646146,
            "stop": 852646151
        },
        {
            "start": 852646939,
            "stop": 852648353
        },
        {
            "start": 852649115,
            "stop": 852652926
        },
        {
            "start": 852658065,
            "stop": 852661355
        },
        {
            "start": 852663922,
            "stop": 852669906
        },
        {
            "start": 852673996,
            "stop": 852679302
        },
        {
            "start": 852690177,
            "stop": 852691891
        },
        {
            "start": 852691940,
            "stop": 852692148
        },
        {
            "start": 852695527,
            "stop": 852697608
        },
        {
            "start": 852713235,
            "stop": 852715704
        },
        {
            "start": 852716282,
            "stop": 852716850
        },
        {
            "start": 852717813,
            "stop": 852745628
        },
        {
            "start": 852746740,
            "stop": 852752847
        }
    ]
}