Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=214
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=213",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 214,
    "results": [
        {
            "start": 1388362314,
            "stop": 1388367298
        },
        {
            "start": 1388367303,
            "stop": 1388367790
        },
        {
            "start": 1388367795,
            "stop": 1388370549
        },
        {
            "start": 1388370554,
            "stop": 1388380399
        },
        {
            "start": 1388380404,
            "stop": 1388381025
        },
        {
            "start": 1388381030,
            "stop": 1388394174
        },
        {
            "start": 1388394179,
            "stop": 1388401591
        },
        {
            "start": 1388401668,
            "stop": 1388401980
        },
        {
            "start": 1388402057,
            "stop": 1388414523
        },
        {
            "start": 1388414528,
            "stop": 1388416066
        },
        {
            "start": 1388416071,
            "stop": 1388417420
        },
        {
            "start": 1388417425,
            "stop": 1388420350
        },
        {
            "start": 1388420354,
            "stop": 1388422649
        },
        {
            "start": 1388422654,
            "stop": 1388435690
        },
        {
            "start": 1388435695,
            "stop": 1388438964
        },
        {
            "start": 1388438969,
            "stop": 1388440974
        },
        {
            "start": 1388440979,
            "stop": 1388441611
        },
        {
            "start": 1388441616,
            "stop": 1388442905
        },
        {
            "start": 1388455317,
            "stop": 1388457118
        },
        {
            "start": 1388457123,
            "stop": 1388459058
        }
    ]
}