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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=146",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 147,
    "results": [
        {
            "start": 1260469574,
            "stop": 1260470509
        },
        {
            "start": 1260470514,
            "stop": 1260471124
        },
        {
            "start": 1260471127,
            "stop": 1260472394
        },
        {
            "start": 1260472397,
            "stop": 1260474706
        },
        {
            "start": 1260474709,
            "stop": 1260475019
        },
        {
            "start": 1260475022,
            "stop": 1260478020
        },
        {
            "start": 1260478023,
            "stop": 1260478388
        },
        {
            "start": 1260478390,
            "stop": 1260478783
        },
        {
            "start": 1260478791,
            "stop": 1260478813
        },
        {
            "start": 1260478818,
            "stop": 1260479950
        },
        {
            "start": 1260479953,
            "stop": 1260480305
        },
        {
            "start": 1260480309,
            "stop": 1260482189
        },
        {
            "start": 1260482191,
            "stop": 1260485108
        },
        {
            "start": 1260485111,
            "stop": 1260485220
        },
        {
            "start": 1260485224,
            "stop": 1260490146
        },
        {
            "start": 1260490148,
            "stop": 1260495055
        },
        {
            "start": 1260495060,
            "stop": 1260498011
        },
        {
            "start": 1260498014,
            "stop": 1260501358
        },
        {
            "start": 1260501361,
            "stop": 1260501637
        },
        {
            "start": 1260501640,
            "stop": 1260502610
        }
    ]
}