Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=13",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 14,
    "results": [
        {
            "start": 1238353442,
            "stop": 1238353445
        },
        {
            "start": 1238353446,
            "stop": 1238353536
        },
        {
            "start": 1238353537,
            "stop": 1238353538
        },
        {
            "start": 1238353539,
            "stop": 1238353541
        },
        {
            "start": 1238353542,
            "stop": 1238353543
        },
        {
            "start": 1238353544,
            "stop": 1238353732
        },
        {
            "start": 1238353733,
            "stop": 1238353737
        },
        {
            "start": 1238353738,
            "stop": 1238353830
        },
        {
            "start": 1238353831,
            "stop": 1238353832
        },
        {
            "start": 1238353833,
            "stop": 1238353947
        },
        {
            "start": 1238353949,
            "stop": 1238353959
        },
        {
            "start": 1238353961,
            "stop": 1238354019
        },
        {
            "start": 1238354027,
            "stop": 1238354059
        },
        {
            "start": 1238354060,
            "stop": 1238354063
        },
        {
            "start": 1238354064,
            "stop": 1238354113
        },
        {
            "start": 1238354114,
            "stop": 1238354115
        },
        {
            "start": 1238354116,
            "stop": 1238354235
        },
        {
            "start": 1238354237,
            "stop": 1238354238
        },
        {
            "start": 1238354239,
            "stop": 1238354366
        },
        {
            "start": 1238354367,
            "stop": 1238354368
        }
    ]
}