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=608
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=609",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=607",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 608,
    "results": [
        {
            "start": 1265082845,
            "stop": 1265086194
        },
        {
            "start": 1265086195,
            "stop": 1265086211
        },
        {
            "start": 1265086212,
            "stop": 1265086337
        },
        {
            "start": 1265086338,
            "stop": 1265086344
        },
        {
            "start": 1265086345,
            "stop": 1265086509
        },
        {
            "start": 1265086510,
            "stop": 1265088380
        },
        {
            "start": 1265088381,
            "stop": 1265088476
        },
        {
            "start": 1265088477,
            "stop": 1265088860
        },
        {
            "start": 1265088861,
            "stop": 1265088934
        },
        {
            "start": 1265088937,
            "stop": 1265089023
        },
        {
            "start": 1265089024,
            "stop": 1265089048
        },
        {
            "start": 1265089051,
            "stop": 1265091274
        },
        {
            "start": 1265091279,
            "stop": 1265091908
        },
        {
            "start": 1265091913,
            "stop": 1265093247
        },
        {
            "start": 1265093249,
            "stop": 1265094025
        },
        {
            "start": 1265094030,
            "stop": 1265098583
        },
        {
            "start": 1265098585,
            "stop": 1265098801
        },
        {
            "start": 1265098802,
            "stop": 1265098811
        },
        {
            "start": 1265098812,
            "stop": 1265098819
        },
        {
            "start": 1265098820,
            "stop": 1265098829
        }
    ]
}