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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=465",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=463",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 464,
    "results": [
        {
            "start": 1183152903,
            "stop": 1183152904
        },
        {
            "start": 1183152909,
            "stop": 1183152931
        },
        {
            "start": 1183152936,
            "stop": 1183153023
        },
        {
            "start": 1183153026,
            "stop": 1183153029
        },
        {
            "start": 1183153033,
            "stop": 1183153090
        },
        {
            "start": 1183153092,
            "stop": 1183153152
        },
        {
            "start": 1183153154,
            "stop": 1183153292
        },
        {
            "start": 1183153297,
            "stop": 1183153298
        },
        {
            "start": 1183153304,
            "stop": 1183153392
        },
        {
            "start": 1183153393,
            "stop": 1183153407
        },
        {
            "start": 1183153412,
            "stop": 1183153416
        },
        {
            "start": 1183153417,
            "stop": 1183153418
        },
        {
            "start": 1183153420,
            "stop": 1183153449
        },
        {
            "start": 1183153455,
            "stop": 1183153457
        },
        {
            "start": 1183153459,
            "stop": 1183153462
        },
        {
            "start": 1183153464,
            "stop": 1183153472
        },
        {
            "start": 1183153474,
            "stop": 1183153476
        },
        {
            "start": 1183153479,
            "stop": 1183153505
        },
        {
            "start": 1183153509,
            "stop": 1183153779
        },
        {
            "start": 1183153781,
            "stop": 1183153884
        }
    ]
}