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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=167",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 168,
    "results": [
        {
            "start": 1264353975,
            "stop": 1264353976
        },
        {
            "start": 1264353977,
            "stop": 1264353979
        },
        {
            "start": 1264353980,
            "stop": 1264353982
        },
        {
            "start": 1264353985,
            "stop": 1264356422
        },
        {
            "start": 1264356423,
            "stop": 1264357070
        },
        {
            "start": 1264357075,
            "stop": 1264357077
        },
        {
            "start": 1264357078,
            "stop": 1264357157
        },
        {
            "start": 1264357158,
            "stop": 1264357160
        },
        {
            "start": 1264357161,
            "stop": 1264357171
        },
        {
            "start": 1264357174,
            "stop": 1264357175
        },
        {
            "start": 1264357177,
            "stop": 1264357179
        },
        {
            "start": 1264357181,
            "stop": 1264357184
        },
        {
            "start": 1264357185,
            "stop": 1264357186
        },
        {
            "start": 1264357187,
            "stop": 1264357192
        },
        {
            "start": 1264357193,
            "stop": 1264357754
        },
        {
            "start": 1264357755,
            "stop": 1264357756
        },
        {
            "start": 1264357757,
            "stop": 1264358228
        },
        {
            "start": 1264358229,
            "stop": 1264358683
        },
        {
            "start": 1264358684,
            "stop": 1264358751
        },
        {
            "start": 1264358754,
            "stop": 1264358757
        }
    ]
}