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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=450",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 451,
    "results": [
        {
            "start": 872720233,
            "stop": 872731127
        },
        {
            "start": 872738775,
            "stop": 872804715
        },
        {
            "start": 872804721,
            "stop": 872816662
        },
        {
            "start": 872817269,
            "stop": 872817475
        },
        {
            "start": 872817775,
            "stop": 872871611
        },
        {
            "start": 872873536,
            "stop": 872873567
        },
        {
            "start": 872873591,
            "stop": 872885477
        },
        {
            "start": 872887290,
            "stop": 872887296
        },
        {
            "start": 872887909,
            "stop": 872890174
        },
        {
            "start": 872890196,
            "stop": 872890247
        },
        {
            "start": 872890268,
            "stop": 872894726
        },
        {
            "start": 872894836,
            "stop": 872895077
        },
        {
            "start": 872895568,
            "stop": 872895581
        },
        {
            "start": 872895646,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872918013
        },
        {
            "start": 872918123,
            "stop": 872920062
        },
        {
            "start": 872920362,
            "stop": 872950752
        },
        {
            "start": 872950775,
            "stop": 872950795
        },
        {
            "start": 872950818,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872952983
        }
    ]
}