Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=122
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=121",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 122,
    "results": [
        {
            "start": 1260021956,
            "stop": 1260022422
        },
        {
            "start": 1260022425,
            "stop": 1260023044
        },
        {
            "start": 1260023046,
            "stop": 1260023113
        },
        {
            "start": 1260023114,
            "stop": 1260024074
        },
        {
            "start": 1260024075,
            "stop": 1260024417
        },
        {
            "start": 1260024418,
            "stop": 1260024747
        },
        {
            "start": 1260024749,
            "stop": 1260025073
        },
        {
            "start": 1260025074,
            "stop": 1260025129
        },
        {
            "start": 1260025134,
            "stop": 1260025304
        },
        {
            "start": 1260025351,
            "stop": 1260025439
        },
        {
            "start": 1260087386,
            "stop": 1260087621
        },
        {
            "start": 1260088004,
            "stop": 1260088491
        },
        {
            "start": 1260088493,
            "stop": 1260088872
        },
        {
            "start": 1260088874,
            "stop": 1260092008
        },
        {
            "start": 1260092012,
            "stop": 1260092021
        },
        {
            "start": 1260092022,
            "stop": 1260092347
        },
        {
            "start": 1260092352,
            "stop": 1260092526
        },
        {
            "start": 1260092527,
            "stop": 1260092802
        },
        {
            "start": 1260092806,
            "stop": 1260093370
        },
        {
            "start": 1260093375,
            "stop": 1260094016
        }
    ]
}