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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=613",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=611",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 612,
    "results": [
        {
            "start": 1265128393,
            "stop": 1265128396
        },
        {
            "start": 1265128398,
            "stop": 1265129227
        },
        {
            "start": 1265129228,
            "stop": 1265129313
        },
        {
            "start": 1265129314,
            "stop": 1265131834
        },
        {
            "start": 1265131838,
            "stop": 1265132233
        },
        {
            "start": 1265132237,
            "stop": 1265132302
        },
        {
            "start": 1265132304,
            "stop": 1265132370
        },
        {
            "start": 1265132371,
            "stop": 1265132510
        },
        {
            "start": 1265132511,
            "stop": 1265132528
        },
        {
            "start": 1265132529,
            "stop": 1265133145
        },
        {
            "start": 1265140477,
            "stop": 1265144220
        },
        {
            "start": 1265144225,
            "stop": 1265148772
        },
        {
            "start": 1265148816,
            "stop": 1265149158
        },
        {
            "start": 1265149163,
            "stop": 1265150267
        },
        {
            "start": 1265150269,
            "stop": 1265150279
        },
        {
            "start": 1265150284,
            "stop": 1265150292
        },
        {
            "start": 1265150295,
            "stop": 1265150296
        },
        {
            "start": 1265150298,
            "stop": 1265150833
        },
        {
            "start": 1265150836,
            "stop": 1265150926
        },
        {
            "start": 1265150929,
            "stop": 1265152108
        }
    ]
}