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=833
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=834",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=832",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 833,
    "results": [
        {
            "start": 1250380731,
            "stop": 1250381006
        },
        {
            "start": 1250381015,
            "stop": 1250381017
        },
        {
            "start": 1250381021,
            "stop": 1250381043
        },
        {
            "start": 1250381047,
            "stop": 1250381068
        },
        {
            "start": 1250381073,
            "stop": 1250381078
        },
        {
            "start": 1250381080,
            "stop": 1250381099
        },
        {
            "start": 1250381102,
            "stop": 1250381106
        },
        {
            "start": 1250381111,
            "stop": 1250381112
        },
        {
            "start": 1250381116,
            "stop": 1250381126
        },
        {
            "start": 1250381133,
            "stop": 1250381134
        },
        {
            "start": 1250381139,
            "stop": 1250381152
        },
        {
            "start": 1250381157,
            "stop": 1250381170
        },
        {
            "start": 1250381175,
            "stop": 1250381206
        },
        {
            "start": 1250381209,
            "stop": 1250381210
        },
        {
            "start": 1250381214,
            "stop": 1250381229
        },
        {
            "start": 1250381237,
            "stop": 1250381335
        },
        {
            "start": 1250381339,
            "stop": 1250381346
        },
        {
            "start": 1250381351,
            "stop": 1250381354
        },
        {
            "start": 1250381361,
            "stop": 1250381380
        },
        {
            "start": 1250381385,
            "stop": 1250381394
        }
    ]
}