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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=243",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 244,
    "results": [
        {
            "start": 820255623,
            "stop": 820255726
        },
        {
            "start": 820255730,
            "stop": 820255731
        },
        {
            "start": 820255734,
            "stop": 820256254
        },
        {
            "start": 820256257,
            "stop": 820256344
        },
        {
            "start": 820256347,
            "stop": 820256805
        },
        {
            "start": 820256808,
            "stop": 820256945
        },
        {
            "start": 820256949,
            "stop": 820256982
        },
        {
            "start": 820256985,
            "stop": 820257086
        },
        {
            "start": 820257089,
            "stop": 820257495
        },
        {
            "start": 820257498,
            "stop": 820258064
        },
        {
            "start": 820258067,
            "stop": 820258083
        },
        {
            "start": 820258086,
            "stop": 820258250
        },
        {
            "start": 820258253,
            "stop": 820258443
        },
        {
            "start": 820258447,
            "stop": 820259544
        },
        {
            "start": 820259725,
            "stop": 820260228
        },
        {
            "start": 820260231,
            "stop": 820260355
        },
        {
            "start": 820260359,
            "stop": 820260441
        },
        {
            "start": 820260561,
            "stop": 820260579
        },
        {
            "start": 820260582,
            "stop": 820260802
        },
        {
            "start": 820260809,
            "stop": 820261188
        }
    ]
}