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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=160",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 161,
    "results": [
        {
            "start": 1261012467,
            "stop": 1261012550
        },
        {
            "start": 1261012551,
            "stop": 1261013018
        },
        {
            "start": 1261013021,
            "stop": 1261013588
        },
        {
            "start": 1261013593,
            "stop": 1261013740
        },
        {
            "start": 1261013744,
            "stop": 1261013969
        },
        {
            "start": 1261013974,
            "stop": 1261014001
        },
        {
            "start": 1261014005,
            "stop": 1261016436
        },
        {
            "start": 1261016441,
            "stop": 1261018033
        },
        {
            "start": 1261018037,
            "stop": 1261023878
        },
        {
            "start": 1261023883,
            "stop": 1261024072
        },
        {
            "start": 1261024075,
            "stop": 1261024337
        },
        {
            "start": 1261024345,
            "stop": 1261024426
        },
        {
            "start": 1261024427,
            "stop": 1261024540
        },
        {
            "start": 1261024543,
            "stop": 1261024593
        },
        {
            "start": 1261024596,
            "stop": 1261024629
        },
        {
            "start": 1261024632,
            "stop": 1261024647
        },
        {
            "start": 1261024650,
            "stop": 1261024772
        },
        {
            "start": 1261024775,
            "stop": 1261024866
        },
        {
            "start": 1261024871,
            "stop": 1261025856
        },
        {
            "start": 1261025859,
            "stop": 1261026363
        }
    ]
}