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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=187",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 188,
    "results": [
        {
            "start": 1239850292,
            "stop": 1239850389
        },
        {
            "start": 1239850390,
            "stop": 1239850512
        },
        {
            "start": 1239850513,
            "stop": 1239850632
        },
        {
            "start": 1239850633,
            "stop": 1239850752
        },
        {
            "start": 1239850753,
            "stop": 1239850872
        },
        {
            "start": 1239850873,
            "stop": 1239850992
        },
        {
            "start": 1239850993,
            "stop": 1239851112
        },
        {
            "start": 1239851113,
            "stop": 1239851232
        },
        {
            "start": 1239851233,
            "stop": 1239851352
        },
        {
            "start": 1239851353,
            "stop": 1239851472
        },
        {
            "start": 1239851473,
            "stop": 1239851592
        },
        {
            "start": 1239851593,
            "stop": 1239851712
        },
        {
            "start": 1239851713,
            "stop": 1239851714
        },
        {
            "start": 1239851718,
            "stop": 1239851832
        },
        {
            "start": 1239851833,
            "stop": 1239851952
        },
        {
            "start": 1239851953,
            "stop": 1239852072
        },
        {
            "start": 1239852073,
            "stop": 1239852192
        },
        {
            "start": 1239852193,
            "stop": 1239852312
        },
        {
            "start": 1239852313,
            "stop": 1239852432
        },
        {
            "start": 1239852433,
            "stop": 1239852532
        }
    ]
}