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=897
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=898",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=896",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 897,
    "results": [
        {
            "start": 1251299979,
            "stop": 1251300153
        },
        {
            "start": 1251300157,
            "stop": 1251301557
        },
        {
            "start": 1251301561,
            "stop": 1251301640
        },
        {
            "start": 1251301644,
            "stop": 1251301842
        },
        {
            "start": 1251301846,
            "stop": 1251302042
        },
        {
            "start": 1251302045,
            "stop": 1251302327
        },
        {
            "start": 1251302331,
            "stop": 1251302429
        },
        {
            "start": 1251302433,
            "stop": 1251302476
        },
        {
            "start": 1251302480,
            "stop": 1251302937
        },
        {
            "start": 1251302939,
            "stop": 1251303280
        },
        {
            "start": 1251303284,
            "stop": 1251303866
        },
        {
            "start": 1251303870,
            "stop": 1251304061
        },
        {
            "start": 1251304065,
            "stop": 1251304083
        },
        {
            "start": 1251304088,
            "stop": 1251304097
        },
        {
            "start": 1251304101,
            "stop": 1251304115
        },
        {
            "start": 1251304119,
            "stop": 1251304294
        },
        {
            "start": 1251304298,
            "stop": 1251304787
        },
        {
            "start": 1251304791,
            "stop": 1251305083
        },
        {
            "start": 1251305087,
            "stop": 1251305598
        },
        {
            "start": 1251305601,
            "stop": 1251305769
        }
    ]
}