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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=345",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 346,
    "results": [
        {
            "start": 1177431719,
            "stop": 1177431816
        },
        {
            "start": 1177431822,
            "stop": 1177431831
        },
        {
            "start": 1177431836,
            "stop": 1177431841
        },
        {
            "start": 1177431845,
            "stop": 1177431897
        },
        {
            "start": 1177431900,
            "stop": 1177431933
        },
        {
            "start": 1177431936,
            "stop": 1177431942
        },
        {
            "start": 1177431945,
            "stop": 1177431973
        },
        {
            "start": 1177431977,
            "stop": 1177431981
        },
        {
            "start": 1177431986,
            "stop": 1177432012
        },
        {
            "start": 1177432013,
            "stop": 1177432018
        },
        {
            "start": 1177432025,
            "stop": 1177432027
        },
        {
            "start": 1177432035,
            "stop": 1177432037
        },
        {
            "start": 1177432045,
            "stop": 1177432052
        },
        {
            "start": 1177432057,
            "stop": 1177432061
        },
        {
            "start": 1177432065,
            "stop": 1177432196
        },
        {
            "start": 1177432199,
            "stop": 1177432366
        },
        {
            "start": 1177432370,
            "stop": 1177432453
        },
        {
            "start": 1177432455,
            "stop": 1177432463
        },
        {
            "start": 1177432464,
            "stop": 1177432496
        },
        {
            "start": 1177432499,
            "stop": 1177432507
        }
    ]
}