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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1727",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1725",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1726,
    "results": [
        {
            "start": 1249214384,
            "stop": 1249214829
        },
        {
            "start": 1249214832,
            "stop": 1249214953
        },
        {
            "start": 1249214956,
            "stop": 1249215322
        },
        {
            "start": 1249215330,
            "stop": 1249215445
        },
        {
            "start": 1249215448,
            "stop": 1249215598
        },
        {
            "start": 1249215601,
            "stop": 1249216777
        },
        {
            "start": 1249216780,
            "stop": 1249216903
        },
        {
            "start": 1249216910,
            "stop": 1249217161
        },
        {
            "start": 1249217163,
            "stop": 1249217361
        },
        {
            "start": 1249217364,
            "stop": 1249217866
        },
        {
            "start": 1249217869,
            "stop": 1249217877
        },
        {
            "start": 1249217883,
            "stop": 1249218413
        },
        {
            "start": 1249218416,
            "stop": 1249218475
        },
        {
            "start": 1249218478,
            "stop": 1249218484
        },
        {
            "start": 1249218487,
            "stop": 1249219036
        },
        {
            "start": 1249219038,
            "stop": 1249219366
        },
        {
            "start": 1249219369,
            "stop": 1249219389
        },
        {
            "start": 1249219392,
            "stop": 1249219414
        },
        {
            "start": 1249219417,
            "stop": 1249219747
        },
        {
            "start": 1249219750,
            "stop": 1249220124
        }
    ]
}