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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5047",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5048,
    "results": [
        {
            "start": 874592749,
            "stop": 874592776
        },
        {
            "start": 874592820,
            "stop": 874592833
        },
        {
            "start": 874592855,
            "stop": 874592953
        },
        {
            "start": 874592972,
            "stop": 874593025
        },
        {
            "start": 874593059,
            "stop": 874593141
        },
        {
            "start": 874593164,
            "stop": 874593183
        },
        {
            "start": 874593210,
            "stop": 874593224
        },
        {
            "start": 874593548,
            "stop": 874593688
        },
        {
            "start": 874593707,
            "stop": 874593736
        },
        {
            "start": 874593755,
            "stop": 874593811
        },
        {
            "start": 874593830,
            "stop": 874593842
        },
        {
            "start": 874593862,
            "stop": 874593965
        },
        {
            "start": 874594004,
            "stop": 874594024
        },
        {
            "start": 874594044,
            "stop": 874594257
        },
        {
            "start": 874594276,
            "stop": 874594407
        },
        {
            "start": 874594426,
            "stop": 874594483
        },
        {
            "start": 874594502,
            "stop": 874594506
        },
        {
            "start": 874594525,
            "stop": 874594560
        },
        {
            "start": 874594592,
            "stop": 874594664
        },
        {
            "start": 874594683,
            "stop": 874594718
        }
    ]
}