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=472
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=473",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=471",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 472,
    "results": [
        {
            "start": 1264397119,
            "stop": 1264397134
        },
        {
            "start": 1264397135,
            "stop": 1264397142
        },
        {
            "start": 1264397143,
            "stop": 1264397180
        },
        {
            "start": 1264397183,
            "stop": 1264397193
        },
        {
            "start": 1264397196,
            "stop": 1264397203
        },
        {
            "start": 1264397204,
            "stop": 1264397301
        },
        {
            "start": 1264397303,
            "stop": 1264397316
        },
        {
            "start": 1264397319,
            "stop": 1264397353
        },
        {
            "start": 1264397356,
            "stop": 1264397393
        },
        {
            "start": 1264397396,
            "stop": 1264397419
        },
        {
            "start": 1264397421,
            "stop": 1264397436
        },
        {
            "start": 1264397438,
            "stop": 1264397444
        },
        {
            "start": 1264397446,
            "stop": 1264397453
        },
        {
            "start": 1264397455,
            "stop": 1264397459
        },
        {
            "start": 1264397462,
            "stop": 1264397485
        },
        {
            "start": 1264397487,
            "stop": 1264397565
        },
        {
            "start": 1264397566,
            "stop": 1264397573
        },
        {
            "start": 1264397575,
            "stop": 1264397579
        },
        {
            "start": 1264397580,
            "stop": 1264397581
        },
        {
            "start": 1264397582,
            "stop": 1264397587
        }
    ]
}