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/O2/timelines/H1_BURST_CAT2/segments?format=api&page=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=5",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 6,
    "results": [
        {
            "start": 1165240813,
            "stop": 1165242322
        },
        {
            "start": 1165242326,
            "stop": 1165242739
        },
        {
            "start": 1165243069,
            "stop": 1165243918
        },
        {
            "start": 1165303790,
            "stop": 1165305252
        },
        {
            "start": 1165307309,
            "stop": 1165309166
        },
        {
            "start": 1165309170,
            "stop": 1165309205
        },
        {
            "start": 1165313314,
            "stop": 1165313775
        },
        {
            "start": 1165313779,
            "stop": 1165314111
        },
        {
            "start": 1165320702,
            "stop": 1165321623
        },
        {
            "start": 1165327222,
            "stop": 1165346644
        },
        {
            "start": 1165366926,
            "stop": 1165368817
        },
        {
            "start": 1165368821,
            "stop": 1165372309
        },
        {
            "start": 1165372616,
            "stop": 1165374011
        },
        {
            "start": 1165374015,
            "stop": 1165378763
        },
        {
            "start": 1165378767,
            "stop": 1165391431
        },
        {
            "start": 1165391435,
            "stop": 1165391492
        },
        {
            "start": 1165391495,
            "stop": 1165414740
        },
        {
            "start": 1165414744,
            "stop": 1165416014
        },
        {
            "start": 1165416018,
            "stop": 1165429845
        },
        {
            "start": 1165429849,
            "stop": 1165431867
        }
    ]
}