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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14118",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14119,
    "results": [
        {
            "start": 971161113,
            "stop": 971161114
        },
        {
            "start": 971161116,
            "stop": 971161117
        },
        {
            "start": 971161118,
            "stop": 971161126
        },
        {
            "start": 971161131,
            "stop": 971161132
        },
        {
            "start": 971161134,
            "stop": 971161135
        },
        {
            "start": 971161136,
            "stop": 971161139
        },
        {
            "start": 971161141,
            "stop": 971161145
        },
        {
            "start": 971161146,
            "stop": 971161150
        },
        {
            "start": 971161152,
            "stop": 971161154
        },
        {
            "start": 971161156,
            "stop": 971161158
        },
        {
            "start": 971161159,
            "stop": 971161161
        },
        {
            "start": 971161162,
            "stop": 971161168
        },
        {
            "start": 971161172,
            "stop": 971161180
        },
        {
            "start": 971161187,
            "stop": 971161188
        },
        {
            "start": 971161191,
            "stop": 971161194
        },
        {
            "start": 971161198,
            "stop": 971161200
        },
        {
            "start": 971161202,
            "stop": 971161203
        },
        {
            "start": 971161204,
            "stop": 971161208
        },
        {
            "start": 971161216,
            "stop": 971161221
        },
        {
            "start": 971161223,
            "stop": 971161224
        }
    ]
}