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_CAT3/segments?format=api&page=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=174",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 175,
    "results": [
        {
            "start": 819979153,
            "stop": 819979249
        },
        {
            "start": 819979252,
            "stop": 819979280
        },
        {
            "start": 819979600,
            "stop": 819979607
        },
        {
            "start": 819979611,
            "stop": 819979994
        },
        {
            "start": 819979998,
            "stop": 819980173
        },
        {
            "start": 819980176,
            "stop": 819980362
        },
        {
            "start": 819980366,
            "stop": 819980639
        },
        {
            "start": 819980642,
            "stop": 819980715
        },
        {
            "start": 819981115,
            "stop": 819981526
        },
        {
            "start": 819981530,
            "stop": 819981584
        },
        {
            "start": 819981588,
            "stop": 819981589
        },
        {
            "start": 819981592,
            "stop": 819981943
        },
        {
            "start": 819981946,
            "stop": 819982189
        },
        {
            "start": 819982192,
            "stop": 819982409
        },
        {
            "start": 819982413,
            "stop": 819982421
        },
        {
            "start": 819982425,
            "stop": 819982658
        },
        {
            "start": 819982661,
            "stop": 819982740
        },
        {
            "start": 819982743,
            "stop": 819982804
        },
        {
            "start": 819982807,
            "stop": 819983210
        },
        {
            "start": 819983213,
            "stop": 819983225
        }
    ]
}