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_CAT3/segments?format=api&page=532
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=533",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=531",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 532,
    "results": [
        {
            "start": 1264762959,
            "stop": 1264762961
        },
        {
            "start": 1264762962,
            "stop": 1264762963
        },
        {
            "start": 1264762964,
            "stop": 1264762965
        },
        {
            "start": 1264762969,
            "stop": 1264763051
        },
        {
            "start": 1264763053,
            "stop": 1264763054
        },
        {
            "start": 1264763055,
            "stop": 1264763056
        },
        {
            "start": 1264763057,
            "stop": 1264763058
        },
        {
            "start": 1264763060,
            "stop": 1264763061
        },
        {
            "start": 1264763062,
            "stop": 1264763204
        },
        {
            "start": 1264763206,
            "stop": 1264763220
        },
        {
            "start": 1264763222,
            "stop": 1264763228
        },
        {
            "start": 1264763229,
            "stop": 1264763231
        },
        {
            "start": 1264763232,
            "stop": 1264763276
        },
        {
            "start": 1264763277,
            "stop": 1264763278
        },
        {
            "start": 1264763283,
            "stop": 1264763284
        },
        {
            "start": 1264763285,
            "stop": 1264763291
        },
        {
            "start": 1264763294,
            "stop": 1264763301
        },
        {
            "start": 1264763302,
            "stop": 1264763418
        },
        {
            "start": 1264763419,
            "stop": 1264763430
        },
        {
            "start": 1264763432,
            "stop": 1264763433
        }
    ]
}