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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2033",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2034,
    "results": [
        {
            "start": 859568170,
            "stop": 859568185
        },
        {
            "start": 859568190,
            "stop": 859568227
        },
        {
            "start": 859568233,
            "stop": 859573857
        },
        {
            "start": 859573860,
            "stop": 859574607
        },
        {
            "start": 859574613,
            "stop": 859574652
        },
        {
            "start": 859574660,
            "stop": 859574665
        },
        {
            "start": 859574670,
            "stop": 859575730
        },
        {
            "start": 859577739,
            "stop": 859591363
        },
        {
            "start": 859591473,
            "stop": 859591554
        },
        {
            "start": 859592359,
            "stop": 859599955
        },
        {
            "start": 859599960,
            "stop": 859599975
        },
        {
            "start": 859599980,
            "stop": 859607188
        },
        {
            "start": 859608490,
            "stop": 859647622
        },
        {
            "start": 859662073,
            "stop": 859662351
        },
        {
            "start": 859662939,
            "stop": 859664105
        },
        {
            "start": 859664106,
            "stop": 859664355
        },
        {
            "start": 859664358,
            "stop": 859665932
        },
        {
            "start": 859665938,
            "stop": 859677475
        },
        {
            "start": 859677480,
            "stop": 859687942
        },
        {
            "start": 859687945,
            "stop": 859704276
        }
    ]
}