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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=55",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 56,
    "results": [
        {
            "start": 820717590,
            "stop": 820717650
        },
        {
            "start": 820717710,
            "stop": 820718310
        },
        {
            "start": 820718370,
            "stop": 820718730
        },
        {
            "start": 820718790,
            "stop": 820731990
        },
        {
            "start": 820732616,
            "stop": 820732650
        },
        {
            "start": 820732950,
            "stop": 820733070
        },
        {
            "start": 820733130,
            "stop": 820733774
        },
        {
            "start": 820734174,
            "stop": 820736370
        },
        {
            "start": 820736430,
            "stop": 820741391
        },
        {
            "start": 820741844,
            "stop": 820746005
        },
        {
            "start": 820746006,
            "stop": 820748835
        },
        {
            "start": 820749298,
            "stop": 820752095
        },
        {
            "start": 820753222,
            "stop": 820755700
        },
        {
            "start": 820757980,
            "stop": 820758026
        },
        {
            "start": 820759132,
            "stop": 820759217
        },
        {
            "start": 820759617,
            "stop": 820773607
        },
        {
            "start": 820773608,
            "stop": 820804681
        },
        {
            "start": 820806310,
            "stop": 820827946
        },
        {
            "start": 820828434,
            "stop": 820847303
        },
        {
            "start": 820847728,
            "stop": 820854287
        }
    ]
}