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=4950
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=4951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4949",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4950,
    "results": [
        {
            "start": 874369529,
            "stop": 874369535
        },
        {
            "start": 874369620,
            "stop": 874369633
        },
        {
            "start": 874369664,
            "stop": 874369673
        },
        {
            "start": 874369696,
            "stop": 874369728
        },
        {
            "start": 874369750,
            "stop": 874369797
        },
        {
            "start": 874369842,
            "stop": 874369943
        },
        {
            "start": 874369962,
            "stop": 874369968
        },
        {
            "start": 874370000,
            "stop": 874370027
        },
        {
            "start": 874370046,
            "stop": 874370064
        },
        {
            "start": 874370084,
            "stop": 874370096
        },
        {
            "start": 874370220,
            "stop": 874370254
        },
        {
            "start": 874370274,
            "stop": 874370284
        },
        {
            "start": 874370342,
            "stop": 874370361
        },
        {
            "start": 874370380,
            "stop": 874370417
        },
        {
            "start": 874370436,
            "stop": 874370464
        },
        {
            "start": 874370505,
            "stop": 874370519
        },
        {
            "start": 874370566,
            "stop": 874370586
        },
        {
            "start": 874370667,
            "stop": 874370695
        },
        {
            "start": 874370795,
            "stop": 874370804
        },
        {
            "start": 874370860,
            "stop": 874370866
        }
    ]
}