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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=309",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 310,
    "results": [
        {
            "start": 1263807963,
            "stop": 1263808054
        },
        {
            "start": 1263808056,
            "stop": 1263808584
        },
        {
            "start": 1263808587,
            "stop": 1263809241
        },
        {
            "start": 1263809245,
            "stop": 1263809295
        },
        {
            "start": 1263809296,
            "stop": 1263812713
        },
        {
            "start": 1263812715,
            "stop": 1263813272
        },
        {
            "start": 1263813275,
            "stop": 1263813358
        },
        {
            "start": 1263813361,
            "stop": 1263815657
        },
        {
            "start": 1263815658,
            "stop": 1263815984
        },
        {
            "start": 1263815986,
            "stop": 1263817723
        },
        {
            "start": 1263817727,
            "stop": 1263819253
        },
        {
            "start": 1263819257,
            "stop": 1263821485
        },
        {
            "start": 1263821488,
            "stop": 1263821837
        },
        {
            "start": 1263821842,
            "stop": 1263822120
        },
        {
            "start": 1263822125,
            "stop": 1263823733
        },
        {
            "start": 1263823738,
            "stop": 1263825408
        },
        {
            "start": 1263825411,
            "stop": 1263827045
        },
        {
            "start": 1263827049,
            "stop": 1263827085
        },
        {
            "start": 1263827090,
            "stop": 1263828666
        },
        {
            "start": 1263828671,
            "stop": 1263828913
        }
    ]
}