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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=205",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 206,
    "results": [
        {
            "start": 821663074,
            "stop": 821663094
        },
        {
            "start": 821663099,
            "stop": 821663106
        },
        {
            "start": 821663109,
            "stop": 821663115
        },
        {
            "start": 821663118,
            "stop": 821663130
        },
        {
            "start": 821663136,
            "stop": 821663142
        },
        {
            "start": 821663145,
            "stop": 821663162
        },
        {
            "start": 821663165,
            "stop": 821663170
        },
        {
            "start": 821663173,
            "stop": 821663174
        },
        {
            "start": 821663177,
            "stop": 821663180
        },
        {
            "start": 821663183,
            "stop": 821663213
        },
        {
            "start": 821663216,
            "stop": 821663233
        },
        {
            "start": 821663236,
            "stop": 821663244
        },
        {
            "start": 821663247,
            "stop": 821663278
        },
        {
            "start": 821663281,
            "stop": 821663298
        },
        {
            "start": 821663304,
            "stop": 821663323
        },
        {
            "start": 821663326,
            "stop": 821663332
        },
        {
            "start": 821663336,
            "stop": 821663342
        },
        {
            "start": 821663345,
            "stop": 821663358
        },
        {
            "start": 821663361,
            "stop": 821663362
        },
        {
            "start": 821663365,
            "stop": 821663366
        }
    ]
}