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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=873",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=871",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 872,
    "results": [
        {
            "start": 1251047960,
            "stop": 1251047993
        },
        {
            "start": 1251047996,
            "stop": 1251048006
        },
        {
            "start": 1251048010,
            "stop": 1251048180
        },
        {
            "start": 1251048184,
            "stop": 1251048212
        },
        {
            "start": 1251048216,
            "stop": 1251048439
        },
        {
            "start": 1251048443,
            "stop": 1251048479
        },
        {
            "start": 1251048483,
            "stop": 1251048586
        },
        {
            "start": 1251048590,
            "stop": 1251048597
        },
        {
            "start": 1251048600,
            "stop": 1251048731
        },
        {
            "start": 1251048735,
            "stop": 1251048792
        },
        {
            "start": 1251048796,
            "stop": 1251049133
        },
        {
            "start": 1251049137,
            "stop": 1251049203
        },
        {
            "start": 1251049206,
            "stop": 1251049253
        },
        {
            "start": 1251049257,
            "stop": 1251049261
        },
        {
            "start": 1251049264,
            "stop": 1251049273
        },
        {
            "start": 1251049277,
            "stop": 1251049279
        },
        {
            "start": 1251049283,
            "stop": 1251049317
        },
        {
            "start": 1251049320,
            "stop": 1251049333
        },
        {
            "start": 1251049336,
            "stop": 1251049499
        },
        {
            "start": 1251049503,
            "stop": 1251049685
        }
    ]
}