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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4217",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4218,
    "results": [
        {
            "start": 874465410,
            "stop": 874465554
        },
        {
            "start": 874465573,
            "stop": 874465738
        },
        {
            "start": 874465757,
            "stop": 874465804
        },
        {
            "start": 874465823,
            "stop": 874466119
        },
        {
            "start": 874466139,
            "stop": 874466365
        },
        {
            "start": 874466384,
            "stop": 874466583
        },
        {
            "start": 874466703,
            "stop": 874466794
        },
        {
            "start": 874466813,
            "stop": 874467267
        },
        {
            "start": 874467287,
            "stop": 874467505
        },
        {
            "start": 874467625,
            "stop": 874467981
        },
        {
            "start": 874468001,
            "stop": 874468046
        },
        {
            "start": 874468065,
            "stop": 874468088
        },
        {
            "start": 874468123,
            "stop": 874468241
        },
        {
            "start": 874468361,
            "stop": 874468434
        },
        {
            "start": 874468454,
            "stop": 874468530
        },
        {
            "start": 874468590,
            "stop": 874468604
        },
        {
            "start": 874468623,
            "stop": 874468944
        },
        {
            "start": 874468963,
            "stop": 874468997
        },
        {
            "start": 874469018,
            "stop": 874469030
        },
        {
            "start": 874469049,
            "stop": 874469205
        }
    ]
}