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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=326",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 327,
    "results": [
        {
            "start": 1240617294,
            "stop": 1240617345
        },
        {
            "start": 1240617347,
            "stop": 1240617400
        },
        {
            "start": 1240617401,
            "stop": 1240618109
        },
        {
            "start": 1240618110,
            "stop": 1240618151
        },
        {
            "start": 1240618154,
            "stop": 1240618213
        },
        {
            "start": 1240618214,
            "stop": 1240618264
        },
        {
            "start": 1240618265,
            "stop": 1240618913
        },
        {
            "start": 1240618915,
            "stop": 1240619370
        },
        {
            "start": 1240619371,
            "stop": 1240619581
        },
        {
            "start": 1240619582,
            "stop": 1240619804
        },
        {
            "start": 1240619807,
            "stop": 1240619894
        },
        {
            "start": 1240619895,
            "stop": 1240619902
        },
        {
            "start": 1240619904,
            "stop": 1240619940
        },
        {
            "start": 1240619941,
            "stop": 1240620048
        },
        {
            "start": 1240620049,
            "stop": 1240620271
        },
        {
            "start": 1240620272,
            "stop": 1240621153
        },
        {
            "start": 1240621154,
            "stop": 1240621302
        },
        {
            "start": 1240624017,
            "stop": 1240624233
        },
        {
            "start": 1240624235,
            "stop": 1240624345
        },
        {
            "start": 1240624347,
            "stop": 1240624399
        }
    ]
}