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=1967
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=1968",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1966",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1967,
    "results": [
        {
            "start": 1253308109,
            "stop": 1253308602
        },
        {
            "start": 1253308605,
            "stop": 1253310469
        },
        {
            "start": 1253310472,
            "stop": 1253311016
        },
        {
            "start": 1253311019,
            "stop": 1253312669
        },
        {
            "start": 1253312672,
            "stop": 1253314025
        },
        {
            "start": 1253314033,
            "stop": 1253314409
        },
        {
            "start": 1253314412,
            "stop": 1253314784
        },
        {
            "start": 1253314787,
            "stop": 1253315675
        },
        {
            "start": 1253315678,
            "stop": 1253316639
        },
        {
            "start": 1253320278,
            "stop": 1253321993
        },
        {
            "start": 1253321995,
            "stop": 1253326531
        },
        {
            "start": 1253326534,
            "stop": 1253327018
        },
        {
            "start": 1253327021,
            "stop": 1253327222
        },
        {
            "start": 1253327225,
            "stop": 1253328104
        },
        {
            "start": 1253328107,
            "stop": 1253328568
        },
        {
            "start": 1253328575,
            "stop": 1253331713
        },
        {
            "start": 1253331716,
            "stop": 1253332066
        },
        {
            "start": 1253332068,
            "stop": 1253332193
        },
        {
            "start": 1253332196,
            "stop": 1253332203
        },
        {
            "start": 1253332206,
            "stop": 1253332241
        }
    ]
}