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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3668",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3666",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3667,
    "results": [
        {
            "start": 970802018,
            "stop": 970803075
        },
        {
            "start": 970803088,
            "stop": 970803369
        },
        {
            "start": 970803372,
            "stop": 970803835
        },
        {
            "start": 970803836,
            "stop": 970804069
        },
        {
            "start": 970804072,
            "stop": 970805453
        },
        {
            "start": 970805456,
            "stop": 970805632
        },
        {
            "start": 970805633,
            "stop": 970806784
        },
        {
            "start": 970806787,
            "stop": 970806814
        },
        {
            "start": 970806817,
            "stop": 970807440
        },
        {
            "start": 970807441,
            "stop": 970807615
        },
        {
            "start": 970807618,
            "stop": 970807639
        },
        {
            "start": 970807642,
            "stop": 970807774
        },
        {
            "start": 970807777,
            "stop": 970808490
        },
        {
            "start": 970808493,
            "stop": 970809692
        },
        {
            "start": 970809695,
            "stop": 970811598
        },
        {
            "start": 970811599,
            "stop": 970811732
        },
        {
            "start": 970811735,
            "stop": 970811916
        },
        {
            "start": 970811919,
            "stop": 970812534
        },
        {
            "start": 970812537,
            "stop": 970812996
        },
        {
            "start": 970812999,
            "stop": 970813575
        }
    ]
}