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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8125",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8126,
    "results": [
        {
            "start": 970852284,
            "stop": 970852302
        },
        {
            "start": 970852305,
            "stop": 970852306
        },
        {
            "start": 970852309,
            "stop": 970852311
        },
        {
            "start": 970852314,
            "stop": 970852321
        },
        {
            "start": 970852324,
            "stop": 970852396
        },
        {
            "start": 970852403,
            "stop": 970852415
        },
        {
            "start": 970852420,
            "stop": 970852425
        },
        {
            "start": 970852428,
            "stop": 970852454
        },
        {
            "start": 970852457,
            "stop": 970852480
        },
        {
            "start": 970852483,
            "stop": 970852495
        },
        {
            "start": 970852498,
            "stop": 970852647
        },
        {
            "start": 970852650,
            "stop": 970852653
        },
        {
            "start": 970852664,
            "stop": 970852675
        },
        {
            "start": 970852678,
            "stop": 970852748
        },
        {
            "start": 970852751,
            "stop": 970852763
        },
        {
            "start": 970852766,
            "stop": 970852960
        },
        {
            "start": 970852963,
            "stop": 970853004
        },
        {
            "start": 970853007,
            "stop": 970853008
        },
        {
            "start": 970853012,
            "stop": 970853019
        },
        {
            "start": 970853022,
            "stop": 970853182
        }
    ]
}