Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=102",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 103,
    "results": [
        {
            "start": 821426569,
            "stop": 821426590
        },
        {
            "start": 821426593,
            "stop": 821426791
        },
        {
            "start": 821426792,
            "stop": 821426856
        },
        {
            "start": 821426859,
            "stop": 821426894
        },
        {
            "start": 821426897,
            "stop": 821427549
        },
        {
            "start": 821427552,
            "stop": 821427735
        },
        {
            "start": 821427738,
            "stop": 821427765
        },
        {
            "start": 821427768,
            "stop": 821428013
        },
        {
            "start": 821428016,
            "stop": 821428241
        },
        {
            "start": 821428244,
            "stop": 821428568
        },
        {
            "start": 821428571,
            "stop": 821428669
        },
        {
            "start": 821428672,
            "stop": 821428673
        },
        {
            "start": 821428676,
            "stop": 821428729
        },
        {
            "start": 821428732,
            "stop": 821428741
        },
        {
            "start": 821428744,
            "stop": 821428793
        },
        {
            "start": 821428796,
            "stop": 821429180
        },
        {
            "start": 821429183,
            "stop": 821429230
        },
        {
            "start": 821429233,
            "stop": 821429586
        },
        {
            "start": 821429589,
            "stop": 821429710
        },
        {
            "start": 821429713,
            "stop": 821429983
        }
    ]
}