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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=126",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 127,
    "results": [
        {
            "start": 818267513,
            "stop": 818267516
        },
        {
            "start": 818281052,
            "stop": 818281055
        },
        {
            "start": 818281104,
            "stop": 818281117
        },
        {
            "start": 818281215,
            "stop": 818281223
        },
        {
            "start": 818281875,
            "stop": 818281876
        },
        {
            "start": 818294381,
            "stop": 818296048
        },
        {
            "start": 818296369,
            "stop": 818297515
        },
        {
            "start": 818297544,
            "stop": 818301908
        },
        {
            "start": 818301942,
            "stop": 818302164
        },
        {
            "start": 818302218,
            "stop": 818312616
        },
        {
            "start": 818312629,
            "stop": 818312640
        },
        {
            "start": 818312651,
            "stop": 818312657
        },
        {
            "start": 818312671,
            "stop": 818312674
        },
        {
            "start": 818317449,
            "stop": 818318864
        },
        {
            "start": 818318874,
            "stop": 818318884
        },
        {
            "start": 818322137,
            "stop": 818324116
        },
        {
            "start": 818325301,
            "stop": 818325818
        },
        {
            "start": 818325826,
            "stop": 818325839
        },
        {
            "start": 818325852,
            "stop": 818325868
        },
        {
            "start": 818327574,
            "stop": 818328433
        }
    ]
}