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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=631",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=629",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 630,
    "results": [
        {
            "start": 1265616712,
            "stop": 1265617816
        },
        {
            "start": 1265617821,
            "stop": 1265617853
        },
        {
            "start": 1265617858,
            "stop": 1265617917
        },
        {
            "start": 1265617922,
            "stop": 1265617939
        },
        {
            "start": 1265617944,
            "stop": 1265617956
        },
        {
            "start": 1265617961,
            "stop": 1265618007
        },
        {
            "start": 1265618012,
            "stop": 1265618021
        },
        {
            "start": 1265618026,
            "stop": 1265618036
        },
        {
            "start": 1265618041,
            "stop": 1265618101
        },
        {
            "start": 1265618106,
            "stop": 1265618122
        },
        {
            "start": 1265618127,
            "stop": 1265618156
        },
        {
            "start": 1265618161,
            "stop": 1265618199
        },
        {
            "start": 1265618204,
            "stop": 1265618301
        },
        {
            "start": 1265618307,
            "stop": 1265618370
        },
        {
            "start": 1265618375,
            "stop": 1265619930
        },
        {
            "start": 1265619932,
            "stop": 1265620316
        },
        {
            "start": 1265620319,
            "stop": 1265620700
        },
        {
            "start": 1265620702,
            "stop": 1265620864
        },
        {
            "start": 1265620866,
            "stop": 1265621240
        },
        {
            "start": 1265621242,
            "stop": 1265622197
        }
    ]
}