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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=235",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 236,
    "results": [
        {
            "start": 1376363112,
            "stop": 1376364204
        },
        {
            "start": 1376364206,
            "stop": 1376364530
        },
        {
            "start": 1376364531,
            "stop": 1376365548
        },
        {
            "start": 1376365549,
            "stop": 1376366205
        },
        {
            "start": 1376366206,
            "stop": 1376366207
        },
        {
            "start": 1376366210,
            "stop": 1376367657
        },
        {
            "start": 1376367659,
            "stop": 1376369018
        },
        {
            "start": 1376369019,
            "stop": 1376370444
        },
        {
            "start": 1376370446,
            "stop": 1376371003
        },
        {
            "start": 1376371004,
            "stop": 1376372391
        },
        {
            "start": 1376372394,
            "stop": 1376372562
        },
        {
            "start": 1376372563,
            "stop": 1376372888
        },
        {
            "start": 1376372890,
            "stop": 1376374845
        },
        {
            "start": 1376374846,
            "stop": 1376376713
        },
        {
            "start": 1376376714,
            "stop": 1376376797
        },
        {
            "start": 1376376799,
            "stop": 1376378994
        },
        {
            "start": 1376378996,
            "stop": 1376380321
        },
        {
            "start": 1376380322,
            "stop": 1376381276
        },
        {
            "start": 1376381278,
            "stop": 1376383182
        },
        {
            "start": 1376383183,
            "stop": 1376383206
        }
    ]
}