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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=207",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 208,
    "results": [
        {
            "start": 1264384612,
            "stop": 1264384617
        },
        {
            "start": 1264384620,
            "stop": 1264384637
        },
        {
            "start": 1264384638,
            "stop": 1264384748
        },
        {
            "start": 1264384749,
            "stop": 1264384801
        },
        {
            "start": 1264384802,
            "stop": 1264384836
        },
        {
            "start": 1264384837,
            "stop": 1264384839
        },
        {
            "start": 1264384841,
            "stop": 1264384843
        },
        {
            "start": 1264384846,
            "stop": 1264384847
        },
        {
            "start": 1264384850,
            "stop": 1264384853
        },
        {
            "start": 1264384859,
            "stop": 1264384860
        },
        {
            "start": 1264384862,
            "stop": 1264384864
        },
        {
            "start": 1264384866,
            "stop": 1264384868
        },
        {
            "start": 1264384870,
            "stop": 1264384987
        },
        {
            "start": 1264384988,
            "stop": 1264384991
        },
        {
            "start": 1264384992,
            "stop": 1264384996
        },
        {
            "start": 1264384997,
            "stop": 1264385003
        },
        {
            "start": 1264385005,
            "stop": 1264385012
        },
        {
            "start": 1264385015,
            "stop": 1264385145
        },
        {
            "start": 1264385147,
            "stop": 1264385187
        },
        {
            "start": 1264385189,
            "stop": 1264385195
        }
    ]
}