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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=242",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 243,
    "results": [
        {
            "start": 1239986770,
            "stop": 1239986889
        },
        {
            "start": 1239986890,
            "stop": 1239987009
        },
        {
            "start": 1239987010,
            "stop": 1239987129
        },
        {
            "start": 1239987130,
            "stop": 1239987249
        },
        {
            "start": 1239987250,
            "stop": 1239987349
        },
        {
            "start": 1239987350,
            "stop": 1239987489
        },
        {
            "start": 1239987490,
            "stop": 1239987609
        },
        {
            "start": 1239987610,
            "stop": 1239987729
        },
        {
            "start": 1239987730,
            "stop": 1239987849
        },
        {
            "start": 1239987850,
            "stop": 1239987969
        },
        {
            "start": 1239987970,
            "stop": 1239988089
        },
        {
            "start": 1239988090,
            "stop": 1239988209
        },
        {
            "start": 1239988210,
            "stop": 1239988329
        },
        {
            "start": 1239988330,
            "stop": 1239988449
        },
        {
            "start": 1239988450,
            "stop": 1239988569
        },
        {
            "start": 1239988570,
            "stop": 1239988689
        },
        {
            "start": 1239988690,
            "stop": 1239988809
        },
        {
            "start": 1239988810,
            "stop": 1239988929
        },
        {
            "start": 1239988930,
            "stop": 1239989049
        },
        {
            "start": 1239989050,
            "stop": 1239989169
        }
    ]
}