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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=270",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 271,
    "results": [
        {
            "start": 1126922038,
            "stop": 1126922045
        },
        {
            "start": 1126922046,
            "stop": 1126922049
        },
        {
            "start": 1126922050,
            "stop": 1126922076
        },
        {
            "start": 1126922078,
            "stop": 1126922117
        },
        {
            "start": 1126922119,
            "stop": 1126922127
        },
        {
            "start": 1126922129,
            "stop": 1126922135
        },
        {
            "start": 1126922137,
            "stop": 1126922149
        },
        {
            "start": 1126922150,
            "stop": 1126922192
        },
        {
            "start": 1126922195,
            "stop": 1126922196
        },
        {
            "start": 1126922198,
            "stop": 1126922221
        },
        {
            "start": 1126922222,
            "stop": 1126922243
        },
        {
            "start": 1126922244,
            "stop": 1126922286
        },
        {
            "start": 1126922288,
            "stop": 1126922291
        },
        {
            "start": 1126922296,
            "stop": 1126922297
        },
        {
            "start": 1126922299,
            "stop": 1126922603
        },
        {
            "start": 1126922604,
            "stop": 1126922819
        },
        {
            "start": 1126922821,
            "stop": 1126922907
        },
        {
            "start": 1126922909,
            "stop": 1126922984
        },
        {
            "start": 1126922985,
            "stop": 1126922986
        },
        {
            "start": 1126922987,
            "stop": 1126922997
        }
    ]
}