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=710
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=711",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=709",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 710,
    "results": [
        {
            "start": 1267000928,
            "stop": 1267004701
        },
        {
            "start": 1267004704,
            "stop": 1267005393
        },
        {
            "start": 1267005398,
            "stop": 1267013296
        },
        {
            "start": 1267013298,
            "stop": 1267013301
        },
        {
            "start": 1267013303,
            "stop": 1267013315
        },
        {
            "start": 1267013320,
            "stop": 1267013321
        },
        {
            "start": 1267013325,
            "stop": 1267013326
        },
        {
            "start": 1267013335,
            "stop": 1267013387
        },
        {
            "start": 1267013388,
            "stop": 1267013470
        },
        {
            "start": 1267013475,
            "stop": 1267013550
        },
        {
            "start": 1267013554,
            "stop": 1267013966
        },
        {
            "start": 1267013969,
            "stop": 1267013989
        },
        {
            "start": 1267013993,
            "stop": 1267014293
        },
        {
            "start": 1267014296,
            "stop": 1267016243
        },
        {
            "start": 1267016246,
            "stop": 1267017156
        },
        {
            "start": 1267017161,
            "stop": 1267017240
        },
        {
            "start": 1267017243,
            "stop": 1267017247
        },
        {
            "start": 1267017248,
            "stop": 1267020165
        },
        {
            "start": 1267020166,
            "stop": 1267021328
        },
        {
            "start": 1267021329,
            "stop": 1267024297
        }
    ]
}