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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=59",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 60,
    "results": [
        {
            "start": 1258163236,
            "stop": 1258163364
        },
        {
            "start": 1258163368,
            "stop": 1258163402
        },
        {
            "start": 1258163405,
            "stop": 1258168977
        },
        {
            "start": 1258168980,
            "stop": 1258169178
        },
        {
            "start": 1258169180,
            "stop": 1258172555
        },
        {
            "start": 1258172559,
            "stop": 1258172740
        },
        {
            "start": 1258172745,
            "stop": 1258173422
        },
        {
            "start": 1258173427,
            "stop": 1258174189
        },
        {
            "start": 1258174193,
            "stop": 1258174971
        },
        {
            "start": 1258174975,
            "stop": 1258175080
        },
        {
            "start": 1258175082,
            "stop": 1258175086
        },
        {
            "start": 1258175089,
            "stop": 1258175407
        },
        {
            "start": 1258175409,
            "stop": 1258176636
        },
        {
            "start": 1258176639,
            "stop": 1258176687
        },
        {
            "start": 1258176690,
            "stop": 1258177042
        },
        {
            "start": 1258177045,
            "stop": 1258177178
        },
        {
            "start": 1258177181,
            "stop": 1258177582
        },
        {
            "start": 1258177584,
            "stop": 1258177929
        },
        {
            "start": 1258177932,
            "stop": 1258178388
        },
        {
            "start": 1258178391,
            "stop": 1258178970
        }
    ]
}