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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3739",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3740,
    "results": [
        {
            "start": 873749543,
            "stop": 873749586
        },
        {
            "start": 873749590,
            "stop": 873750120
        },
        {
            "start": 873750180,
            "stop": 873750660
        },
        {
            "start": 873750780,
            "stop": 873751806
        },
        {
            "start": 873751823,
            "stop": 873752340
        },
        {
            "start": 873753060,
            "stop": 873753120
        },
        {
            "start": 873753180,
            "stop": 873753420
        },
        {
            "start": 873753540,
            "stop": 873754140
        },
        {
            "start": 873754260,
            "stop": 873756300
        },
        {
            "start": 873756436,
            "stop": 873756480
        },
        {
            "start": 873756540,
            "stop": 873757740
        },
        {
            "start": 873757830,
            "stop": 873758196
        },
        {
            "start": 873758213,
            "stop": 873758496
        },
        {
            "start": 873758513,
            "stop": 873759311
        },
        {
            "start": 873760474,
            "stop": 873761466
        },
        {
            "start": 873761483,
            "stop": 873761670
        },
        {
            "start": 873761687,
            "stop": 873762164
        },
        {
            "start": 873762181,
            "stop": 873762848
        },
        {
            "start": 873762928,
            "stop": 873764370
        },
        {
            "start": 873764490,
            "stop": 873764635
        }
    ]
}