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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7637",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7635",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7636,
    "results": [
        {
            "start": 970901733,
            "stop": 970901850
        },
        {
            "start": 970901856,
            "stop": 970901858
        },
        {
            "start": 970901861,
            "stop": 970901863
        },
        {
            "start": 970901869,
            "stop": 970901875
        },
        {
            "start": 970901881,
            "stop": 970901883
        },
        {
            "start": 970901889,
            "stop": 970901899
        },
        {
            "start": 970901905,
            "stop": 970901931
        },
        {
            "start": 970901937,
            "stop": 970902226
        },
        {
            "start": 970902232,
            "stop": 970902260
        },
        {
            "start": 970902266,
            "stop": 970902339
        },
        {
            "start": 970902342,
            "stop": 970902525
        },
        {
            "start": 970902532,
            "stop": 970902783
        },
        {
            "start": 970902789,
            "stop": 970903734
        },
        {
            "start": 970903737,
            "stop": 970904054
        },
        {
            "start": 970904057,
            "stop": 970904083
        },
        {
            "start": 970904086,
            "stop": 970904107
        },
        {
            "start": 970904110,
            "stop": 970904161
        },
        {
            "start": 970904164,
            "stop": 970904170
        },
        {
            "start": 970904173,
            "stop": 970904356
        },
        {
            "start": 970904359,
            "stop": 970904718
        }
    ]
}