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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=60",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 61,
    "results": [
        {
            "start": 1258178974,
            "stop": 1258181322
        },
        {
            "start": 1258181325,
            "stop": 1258182597
        },
        {
            "start": 1258182601,
            "stop": 1258184064
        },
        {
            "start": 1258184066,
            "stop": 1258186295
        },
        {
            "start": 1258186297,
            "stop": 1258186308
        },
        {
            "start": 1258186311,
            "stop": 1258187012
        },
        {
            "start": 1258187016,
            "stop": 1258187551
        },
        {
            "start": 1258187554,
            "stop": 1258192751
        },
        {
            "start": 1258192755,
            "stop": 1258194471
        },
        {
            "start": 1258194475,
            "stop": 1258196809
        },
        {
            "start": 1258196813,
            "stop": 1258196829
        },
        {
            "start": 1258196833,
            "stop": 1258197636
        },
        {
            "start": 1258197641,
            "stop": 1258199280
        },
        {
            "start": 1258199285,
            "stop": 1258199364
        },
        {
            "start": 1258199367,
            "stop": 1258201472
        },
        {
            "start": 1258201474,
            "stop": 1258205460
        },
        {
            "start": 1258205464,
            "stop": 1258206952
        },
        {
            "start": 1258206954,
            "stop": 1258208151
        },
        {
            "start": 1258245192,
            "stop": 1258245335
        },
        {
            "start": 1258245387,
            "stop": 1258247354
        }
    ]
}