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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=176",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 177,
    "results": [
        {
            "start": 819658602,
            "stop": 819658849
        },
        {
            "start": 819658969,
            "stop": 819659170
        },
        {
            "start": 819659173,
            "stop": 819659520
        },
        {
            "start": 819659552,
            "stop": 819660992
        },
        {
            "start": 819661024,
            "stop": 819661082
        },
        {
            "start": 819661649,
            "stop": 819664587
        },
        {
            "start": 819664590,
            "stop": 819665463
        },
        {
            "start": 819665683,
            "stop": 819666043
        },
        {
            "start": 819666060,
            "stop": 819666176
        },
        {
            "start": 819666208,
            "stop": 819667983
        },
        {
            "start": 819667986,
            "stop": 819668545
        },
        {
            "start": 819668665,
            "stop": 819668693
        },
        {
            "start": 819668813,
            "stop": 819668815
        },
        {
            "start": 819669067,
            "stop": 819669095
        },
        {
            "start": 819670304,
            "stop": 819670308
        },
        {
            "start": 819670537,
            "stop": 819670550
        },
        {
            "start": 819670908,
            "stop": 819671177
        },
        {
            "start": 819671180,
            "stop": 819673737
        },
        {
            "start": 819673754,
            "stop": 819676483
        },
        {
            "start": 819676486,
            "stop": 819676759
        }
    ]
}