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=4327
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=4328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4326",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4327,
    "results": [
        {
            "start": 874720451,
            "stop": 874720485
        },
        {
            "start": 874720504,
            "stop": 874720527
        },
        {
            "start": 874720546,
            "stop": 874720597
        },
        {
            "start": 874720616,
            "stop": 874720685
        },
        {
            "start": 874720705,
            "stop": 874720746
        },
        {
            "start": 874720783,
            "stop": 874720793
        },
        {
            "start": 874720813,
            "stop": 874720844
        },
        {
            "start": 874720964,
            "stop": 874721088
        },
        {
            "start": 874721108,
            "stop": 874721191
        },
        {
            "start": 874721210,
            "stop": 874721266
        },
        {
            "start": 874721285,
            "stop": 874721305
        },
        {
            "start": 874721324,
            "stop": 874721325
        },
        {
            "start": 874721476,
            "stop": 874721560
        },
        {
            "start": 874721580,
            "stop": 874721607
        },
        {
            "start": 874721644,
            "stop": 874721653
        },
        {
            "start": 874721673,
            "stop": 874721896
        },
        {
            "start": 874721915,
            "stop": 874722001
        },
        {
            "start": 874722021,
            "stop": 874722025
        },
        {
            "start": 874722045,
            "stop": 874722168
        },
        {
            "start": 874722288,
            "stop": 874722324
        }
    ]
}