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=619
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=620",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=618",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 619,
    "results": [
        {
            "start": 1265317606,
            "stop": 1265318421
        },
        {
            "start": 1265318426,
            "stop": 1265319580
        },
        {
            "start": 1265319585,
            "stop": 1265319747
        },
        {
            "start": 1265319750,
            "stop": 1265324769
        },
        {
            "start": 1265324771,
            "stop": 1265325481
        },
        {
            "start": 1265325485,
            "stop": 1265325769
        },
        {
            "start": 1265325772,
            "stop": 1265325774
        },
        {
            "start": 1265325776,
            "stop": 1265326002
        },
        {
            "start": 1265326005,
            "stop": 1265326256
        },
        {
            "start": 1265326261,
            "stop": 1265327253
        },
        {
            "start": 1265327257,
            "stop": 1265327560
        },
        {
            "start": 1265327565,
            "stop": 1265330003
        },
        {
            "start": 1265330008,
            "stop": 1265331059
        },
        {
            "start": 1265331064,
            "stop": 1265332029
        },
        {
            "start": 1265332034,
            "stop": 1265335384
        },
        {
            "start": 1265335389,
            "stop": 1265336264
        },
        {
            "start": 1265336268,
            "stop": 1265337466
        },
        {
            "start": 1265337467,
            "stop": 1265341225
        },
        {
            "start": 1265341228,
            "stop": 1265342286
        },
        {
            "start": 1265342291,
            "stop": 1265343564
        }
    ]
}