Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5124
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=5125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5123",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5124,
    "results": [
        {
            "start": 874720386,
            "stop": 874720432
        },
        {
            "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": 874720885
        },
        {
            "start": 874720905,
            "stop": 874721088
        },
        {
            "start": 874721108,
            "stop": 874721191
        },
        {
            "start": 874721210,
            "stop": 874721266
        },
        {
            "start": 874721285,
            "stop": 874721305
        },
        {
            "start": 874721324,
            "stop": 874721325
        },
        {
            "start": 874721350,
            "stop": 874721358
        },
        {
            "start": 874721383,
            "stop": 874721397
        },
        {
            "start": 874721416,
            "stop": 874721443
        },
        {
            "start": 874721476,
            "stop": 874721560
        },
        {
            "start": 874721580,
            "stop": 874721607
        },
        {
            "start": 874721644,
            "stop": 874721653
        },
        {
            "start": 874721673,
            "stop": 874721896
        }
    ]
}