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=14099
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=14100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14098",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14099,
    "results": [
        {
            "start": 971159096,
            "stop": 971159097
        },
        {
            "start": 971159098,
            "stop": 971159099
        },
        {
            "start": 971159100,
            "stop": 971159101
        },
        {
            "start": 971159106,
            "stop": 971159109
        },
        {
            "start": 971159116,
            "stop": 971159117
        },
        {
            "start": 971159119,
            "stop": 971159120
        },
        {
            "start": 971159122,
            "stop": 971159127
        },
        {
            "start": 971159128,
            "stop": 971159129
        },
        {
            "start": 971159130,
            "stop": 971159131
        },
        {
            "start": 971159133,
            "stop": 971159134
        },
        {
            "start": 971159141,
            "stop": 971159145
        },
        {
            "start": 971159149,
            "stop": 971159150
        },
        {
            "start": 971159152,
            "stop": 971159157
        },
        {
            "start": 971159159,
            "stop": 971159162
        },
        {
            "start": 971159163,
            "stop": 971159165
        },
        {
            "start": 971159166,
            "stop": 971159170
        },
        {
            "start": 971159172,
            "stop": 971159173
        },
        {
            "start": 971159176,
            "stop": 971159177
        },
        {
            "start": 971159178,
            "stop": 971159179
        },
        {
            "start": 971159181,
            "stop": 971159182
        }
    ]
}