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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5204",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5205,
    "results": [
        {
            "start": 875019158,
            "stop": 875019584
        },
        {
            "start": 875019591,
            "stop": 875019610
        },
        {
            "start": 875019619,
            "stop": 875019644
        },
        {
            "start": 875019651,
            "stop": 875019955
        },
        {
            "start": 875019964,
            "stop": 875020013
        },
        {
            "start": 875020020,
            "stop": 875020027
        },
        {
            "start": 875020041,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875020296
        },
        {
            "start": 875020304,
            "stop": 875020315
        },
        {
            "start": 875020322,
            "stop": 875020398
        },
        {
            "start": 875020405,
            "stop": 875020451
        },
        {
            "start": 875020458,
            "stop": 875020503
        },
        {
            "start": 875020510,
            "stop": 875020648
        },
        {
            "start": 875020655,
            "stop": 875020663
        },
        {
            "start": 875020670,
            "stop": 875020701
        },
        {
            "start": 875020711,
            "stop": 875020756
        },
        {
            "start": 875020763,
            "stop": 875020776
        },
        {
            "start": 875020783,
            "stop": 875020870
        },
        {
            "start": 875020877,
            "stop": 875020936
        },
        {
            "start": 875020943,
            "stop": 875020972
        }
    ]
}