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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=195",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 196,
    "results": [
        {
            "start": 820192004,
            "stop": 820192013
        },
        {
            "start": 820192016,
            "stop": 820192050
        },
        {
            "start": 820192053,
            "stop": 820192056
        },
        {
            "start": 820192059,
            "stop": 820192135
        },
        {
            "start": 820192139,
            "stop": 820192153
        },
        {
            "start": 820192156,
            "stop": 820192173
        },
        {
            "start": 820192178,
            "stop": 820192187
        },
        {
            "start": 820192190,
            "stop": 820192206
        },
        {
            "start": 820192210,
            "stop": 820192211
        },
        {
            "start": 820192214,
            "stop": 820192229
        },
        {
            "start": 820192232,
            "stop": 820192247
        },
        {
            "start": 820192250,
            "stop": 820192323
        },
        {
            "start": 820192326,
            "stop": 820192370
        },
        {
            "start": 820192373,
            "stop": 820192387
        },
        {
            "start": 820192390,
            "stop": 820192405
        },
        {
            "start": 820192408,
            "stop": 820192417
        },
        {
            "start": 820192420,
            "stop": 820192422
        },
        {
            "start": 820192425,
            "stop": 820192479
        },
        {
            "start": 820192482,
            "stop": 820192484
        },
        {
            "start": 820192487,
            "stop": 820192499
        }
    ]
}