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=4952
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=4953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4951",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4952,
    "results": [
        {
            "start": 874372144,
            "stop": 874372219
        },
        {
            "start": 874372239,
            "stop": 874372276
        },
        {
            "start": 874372307,
            "stop": 874372348
        },
        {
            "start": 874372367,
            "stop": 874372374
        },
        {
            "start": 874372444,
            "stop": 874372456
        },
        {
            "start": 874372483,
            "stop": 874372513
        },
        {
            "start": 874372532,
            "stop": 874372593
        },
        {
            "start": 874372626,
            "stop": 874372633
        },
        {
            "start": 874372670,
            "stop": 874372675
        },
        {
            "start": 874372699,
            "stop": 874372721
        },
        {
            "start": 874372786,
            "stop": 874372790
        },
        {
            "start": 874372821,
            "stop": 874372836
        },
        {
            "start": 874372855,
            "stop": 874372873
        },
        {
            "start": 874372896,
            "stop": 874372916
        },
        {
            "start": 874372936,
            "stop": 874372939
        },
        {
            "start": 874372958,
            "stop": 874372977
        },
        {
            "start": 874372999,
            "stop": 874373030
        },
        {
            "start": 874373078,
            "stop": 874373103
        },
        {
            "start": 874373128,
            "stop": 874373186
        },
        {
            "start": 874373206,
            "stop": 874373236
        }
    ]
}