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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=881",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=879",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 880,
    "results": [
        {
            "start": 1251151568,
            "stop": 1251151688
        },
        {
            "start": 1251151692,
            "stop": 1251152022
        },
        {
            "start": 1251152027,
            "stop": 1251152034
        },
        {
            "start": 1251152039,
            "stop": 1251152042
        },
        {
            "start": 1251152045,
            "stop": 1251152223
        },
        {
            "start": 1251152226,
            "stop": 1251153182
        },
        {
            "start": 1251153186,
            "stop": 1251154093
        },
        {
            "start": 1251158288,
            "stop": 1251164605
        },
        {
            "start": 1251164607,
            "stop": 1251166921
        },
        {
            "start": 1251166926,
            "stop": 1251170938
        },
        {
            "start": 1251170942,
            "stop": 1251173358
        },
        {
            "start": 1251173362,
            "stop": 1251173904
        },
        {
            "start": 1251173908,
            "stop": 1251176029
        },
        {
            "start": 1251176033,
            "stop": 1251178650
        },
        {
            "start": 1251178655,
            "stop": 1251180823
        },
        {
            "start": 1251180826,
            "stop": 1251181228
        },
        {
            "start": 1251181233,
            "stop": 1251181259
        },
        {
            "start": 1251181264,
            "stop": 1251181291
        },
        {
            "start": 1251181296,
            "stop": 1251181298
        },
        {
            "start": 1251181303,
            "stop": 1251181306
        }
    ]
}