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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=309",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 310,
    "results": [
        {
            "start": 1264887928,
            "stop": 1264887930
        },
        {
            "start": 1264887932,
            "stop": 1264887938
        },
        {
            "start": 1264887940,
            "stop": 1264887946
        },
        {
            "start": 1264887950,
            "stop": 1264887956
        },
        {
            "start": 1264887958,
            "stop": 1264887970
        },
        {
            "start": 1264887971,
            "stop": 1264887972
        },
        {
            "start": 1264887973,
            "stop": 1264888110
        },
        {
            "start": 1264888113,
            "stop": 1264888132
        },
        {
            "start": 1264888134,
            "stop": 1264888291
        },
        {
            "start": 1264888292,
            "stop": 1264888293
        },
        {
            "start": 1264888295,
            "stop": 1264888299
        },
        {
            "start": 1264888303,
            "stop": 1264888416
        },
        {
            "start": 1264888417,
            "stop": 1264888445
        },
        {
            "start": 1264888446,
            "stop": 1264888486
        },
        {
            "start": 1264888487,
            "stop": 1264888532
        },
        {
            "start": 1264888533,
            "stop": 1264888737
        },
        {
            "start": 1264888738,
            "stop": 1264888741
        },
        {
            "start": 1264888742,
            "stop": 1264888945
        },
        {
            "start": 1264888946,
            "stop": 1264888949
        },
        {
            "start": 1264888951,
            "stop": 1264888957
        }
    ]
}