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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=195",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 196,
    "results": [
        {
            "start": 1374880725,
            "stop": 1374880730
        },
        {
            "start": 1374880731,
            "stop": 1374880740
        },
        {
            "start": 1374880742,
            "stop": 1374880771
        },
        {
            "start": 1374880773,
            "stop": 1374882086
        },
        {
            "start": 1374882088,
            "stop": 1374882855
        },
        {
            "start": 1374882859,
            "stop": 1374883082
        },
        {
            "start": 1374883084,
            "stop": 1374883206
        },
        {
            "start": 1374883208,
            "stop": 1374885023
        },
        {
            "start": 1374885024,
            "stop": 1374896425
        },
        {
            "start": 1374896426,
            "stop": 1374897013
        },
        {
            "start": 1374897014,
            "stop": 1374898612
        },
        {
            "start": 1374898613,
            "stop": 1374902894
        },
        {
            "start": 1374902895,
            "stop": 1374904761
        },
        {
            "start": 1374904763,
            "stop": 1374905323
        },
        {
            "start": 1374905325,
            "stop": 1374907036
        },
        {
            "start": 1374907038,
            "stop": 1374913617
        },
        {
            "start": 1374916779,
            "stop": 1374918319
        },
        {
            "start": 1374918321,
            "stop": 1374922264
        },
        {
            "start": 1374959238,
            "stop": 1374960177
        },
        {
            "start": 1374961987,
            "stop": 1374962293
        }
    ]
}