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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 168,
    "results": [
        {
            "start": 1258661510,
            "stop": 1258661577
        },
        {
            "start": 1258661580,
            "stop": 1258661586
        },
        {
            "start": 1258661589,
            "stop": 1258661662
        },
        {
            "start": 1258661665,
            "stop": 1258661817
        },
        {
            "start": 1258661820,
            "stop": 1258661852
        },
        {
            "start": 1258661855,
            "stop": 1258661882
        },
        {
            "start": 1258661885,
            "stop": 1258662025
        },
        {
            "start": 1258662028,
            "stop": 1258662049
        },
        {
            "start": 1258662052,
            "stop": 1258662121
        },
        {
            "start": 1258662124,
            "stop": 1258662181
        },
        {
            "start": 1258662184,
            "stop": 1258662185
        },
        {
            "start": 1258662191,
            "stop": 1258662235
        },
        {
            "start": 1258662238,
            "stop": 1258662288
        },
        {
            "start": 1258662291,
            "stop": 1258662520
        },
        {
            "start": 1258662523,
            "stop": 1258662552
        },
        {
            "start": 1258662555,
            "stop": 1258662575
        },
        {
            "start": 1258662578,
            "stop": 1258662606
        },
        {
            "start": 1258662612,
            "stop": 1258662689
        },
        {
            "start": 1258662692,
            "stop": 1258662852
        },
        {
            "start": 1258662855,
            "stop": 1258662920
        }
    ]
}