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=389
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=390",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=388",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 389,
    "results": [
        {
            "start": 1266776892,
            "stop": 1266777329
        },
        {
            "start": 1266777330,
            "stop": 1266777793
        },
        {
            "start": 1266777794,
            "stop": 1266778026
        },
        {
            "start": 1266778027,
            "stop": 1266778460
        },
        {
            "start": 1266778461,
            "stop": 1266778694
        },
        {
            "start": 1266778695,
            "stop": 1266779691
        },
        {
            "start": 1266779692,
            "stop": 1266779987
        },
        {
            "start": 1266779988,
            "stop": 1266780219
        },
        {
            "start": 1266780220,
            "stop": 1266780798
        },
        {
            "start": 1266780799,
            "stop": 1266781319
        },
        {
            "start": 1266781320,
            "stop": 1266782792
        },
        {
            "start": 1266782793,
            "stop": 1266783103
        },
        {
            "start": 1266783104,
            "stop": 1266783568
        },
        {
            "start": 1266783569,
            "stop": 1266783802
        },
        {
            "start": 1266783803,
            "stop": 1266783936
        },
        {
            "start": 1266783937,
            "stop": 1266784014
        },
        {
            "start": 1266784015,
            "stop": 1266784017
        },
        {
            "start": 1266784018,
            "stop": 1266784020
        },
        {
            "start": 1266784021,
            "stop": 1266784033
        },
        {
            "start": 1266784034,
            "stop": 1266784469
        }
    ]
}