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=698
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=699",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=697",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 698,
    "results": [
        {
            "start": 1266773566,
            "stop": 1266775410
        },
        {
            "start": 1266775411,
            "stop": 1266775478
        },
        {
            "start": 1266775480,
            "stop": 1266776128
        },
        {
            "start": 1266776129,
            "stop": 1266776279
        },
        {
            "start": 1266776284,
            "stop": 1266776373
        },
        {
            "start": 1266776374,
            "stop": 1266776891
        },
        {
            "start": 1266776892,
            "stop": 1266776902
        },
        {
            "start": 1266776904,
            "stop": 1266777329
        },
        {
            "start": 1266777330,
            "stop": 1266777793
        },
        {
            "start": 1266777794,
            "stop": 1266778026
        },
        {
            "start": 1266778027,
            "stop": 1266778460
        },
        {
            "start": 1266778461,
            "stop": 1266778694
        },
        {
            "start": 1266778695,
            "stop": 1266778928
        },
        {
            "start": 1266778932,
            "stop": 1266779691
        },
        {
            "start": 1266779692,
            "stop": 1266779987
        },
        {
            "start": 1266779988,
            "stop": 1266780219
        },
        {
            "start": 1266780220,
            "stop": 1266780733
        },
        {
            "start": 1266780738,
            "stop": 1266780798
        },
        {
            "start": 1266780799,
            "stop": 1266780869
        },
        {
            "start": 1266780872,
            "stop": 1266781101
        }
    ]
}