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=385
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=386",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=384",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 385,
    "results": [
        {
            "start": 1266507804,
            "stop": 1266507810
        },
        {
            "start": 1266507818,
            "stop": 1266507819
        },
        {
            "start": 1266507822,
            "stop": 1266507823
        },
        {
            "start": 1266507825,
            "stop": 1266507853
        },
        {
            "start": 1266507854,
            "stop": 1266507856
        },
        {
            "start": 1266507858,
            "stop": 1266509784
        },
        {
            "start": 1266509785,
            "stop": 1266512700
        },
        {
            "start": 1266512880,
            "stop": 1266514074
        },
        {
            "start": 1266519189,
            "stop": 1266522307
        },
        {
            "start": 1266522308,
            "stop": 1266523436
        },
        {
            "start": 1266523439,
            "stop": 1266523441
        },
        {
            "start": 1266523443,
            "stop": 1266525535
        },
        {
            "start": 1266525540,
            "stop": 1266541588
        },
        {
            "start": 1266541589,
            "stop": 1266562741
        },
        {
            "start": 1266562756,
            "stop": 1266562903
        },
        {
            "start": 1266562904,
            "stop": 1266562906
        },
        {
            "start": 1266562907,
            "stop": 1266562909
        },
        {
            "start": 1266562910,
            "stop": 1266562967
        },
        {
            "start": 1266562968,
            "stop": 1266563845
        },
        {
            "start": 1266563846,
            "stop": 1266563854
        }
    ]
}