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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=78",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 79,
    "results": [
        {
            "start": 1132599067,
            "stop": 1132603529
        },
        {
            "start": 1132603531,
            "stop": 1132603550
        },
        {
            "start": 1132603558,
            "stop": 1132603586
        },
        {
            "start": 1132603588,
            "stop": 1132613190
        },
        {
            "start": 1132613198,
            "stop": 1132625454
        },
        {
            "start": 1132625456,
            "stop": 1132628353
        },
        {
            "start": 1132628361,
            "stop": 1132630265
        },
        {
            "start": 1132630273,
            "stop": 1132633877
        },
        {
            "start": 1132633879,
            "stop": 1132634197
        },
        {
            "start": 1132634205,
            "stop": 1132637899
        },
        {
            "start": 1132646950,
            "stop": 1132654398
        },
        {
            "start": 1132654407,
            "stop": 1132656261
        },
        {
            "start": 1132656269,
            "stop": 1132665291
        },
        {
            "start": 1132665300,
            "stop": 1132666897
        },
        {
            "start": 1132666905,
            "stop": 1132667110
        },
        {
            "start": 1132667119,
            "stop": 1132667223
        },
        {
            "start": 1132667225,
            "stop": 1132671186
        },
        {
            "start": 1132671188,
            "stop": 1132674046
        },
        {
            "start": 1132674054,
            "stop": 1132674343
        },
        {
            "start": 1132674351,
            "stop": 1132678105
        }
    ]
}