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=524
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=525",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=523",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 524,
    "results": [
        {
            "start": 1264755833,
            "stop": 1264755835
        },
        {
            "start": 1264755838,
            "stop": 1264755840
        },
        {
            "start": 1264755843,
            "stop": 1264755844
        },
        {
            "start": 1264755847,
            "stop": 1264755861
        },
        {
            "start": 1264755863,
            "stop": 1264755865
        },
        {
            "start": 1264755866,
            "stop": 1264755867
        },
        {
            "start": 1264755870,
            "stop": 1264755911
        },
        {
            "start": 1264755912,
            "stop": 1264755913
        },
        {
            "start": 1264755915,
            "stop": 1264755919
        },
        {
            "start": 1264755920,
            "stop": 1264755927
        },
        {
            "start": 1264755930,
            "stop": 1264755939
        },
        {
            "start": 1264755940,
            "stop": 1264755941
        },
        {
            "start": 1264755944,
            "stop": 1264755946
        },
        {
            "start": 1264755947,
            "stop": 1264755955
        },
        {
            "start": 1264755957,
            "stop": 1264755958
        },
        {
            "start": 1264755959,
            "stop": 1264755960
        },
        {
            "start": 1264755964,
            "stop": 1264755966
        },
        {
            "start": 1264755967,
            "stop": 1264755968
        },
        {
            "start": 1264755969,
            "stop": 1264755970
        },
        {
            "start": 1264755973,
            "stop": 1264755980
        }
    ]
}