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_CAT2/segments?format=api&page=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=162",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 163,
    "results": [
        {
            "start": 1261042202,
            "stop": 1261042362
        },
        {
            "start": 1261042367,
            "stop": 1261042384
        },
        {
            "start": 1261042385,
            "stop": 1261042573
        },
        {
            "start": 1261042578,
            "stop": 1261042581
        },
        {
            "start": 1261042586,
            "stop": 1261043165
        },
        {
            "start": 1261043169,
            "stop": 1261043342
        },
        {
            "start": 1261043343,
            "stop": 1261043493
        },
        {
            "start": 1261043495,
            "stop": 1261044110
        },
        {
            "start": 1261044115,
            "stop": 1261045266
        },
        {
            "start": 1261045271,
            "stop": 1261045401
        },
        {
            "start": 1261045406,
            "stop": 1261045619
        },
        {
            "start": 1261045624,
            "stop": 1261048030
        },
        {
            "start": 1261048035,
            "stop": 1261048705
        },
        {
            "start": 1261048710,
            "stop": 1261049967
        },
        {
            "start": 1261049972,
            "stop": 1261050390
        },
        {
            "start": 1261050395,
            "stop": 1261050917
        },
        {
            "start": 1261050922,
            "stop": 1261051066
        },
        {
            "start": 1261051068,
            "stop": 1261052970
        },
        {
            "start": 1261052975,
            "stop": 1261053793
        },
        {
            "start": 1261053798,
            "stop": 1261057046
        }
    ]
}