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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=61",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 62,
    "results": [
        {
            "start": 822530392,
            "stop": 822530602
        },
        {
            "start": 822531426,
            "stop": 822534946
        },
        {
            "start": 822536239,
            "stop": 822541506
        },
        {
            "start": 822541507,
            "stop": 822544513
        },
        {
            "start": 822545044,
            "stop": 822546083
        },
        {
            "start": 822546086,
            "stop": 822546603
        },
        {
            "start": 822546923,
            "stop": 822547473
        },
        {
            "start": 822547873,
            "stop": 822554204
        },
        {
            "start": 822554687,
            "stop": 822567043
        },
        {
            "start": 822567443,
            "stop": 822576550
        },
        {
            "start": 822577421,
            "stop": 822578825
        },
        {
            "start": 822579651,
            "stop": 822579966
        },
        {
            "start": 822580732,
            "stop": 822584044
        },
        {
            "start": 822584878,
            "stop": 822600581
        },
        {
            "start": 822601174,
            "stop": 822605218
        },
        {
            "start": 822605767,
            "stop": 822606523
        },
        {
            "start": 822606671,
            "stop": 822610225
        },
        {
            "start": 822611017,
            "stop": 822612063
        },
        {
            "start": 822612661,
            "stop": 822632840
        },
        {
            "start": 822637056,
            "stop": 822638536
        }
    ]
}