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=762
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=763",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=761",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 762,
    "results": [
        {
            "start": 1249069096,
            "stop": 1249069205
        },
        {
            "start": 1249069209,
            "stop": 1249069225
        },
        {
            "start": 1249069230,
            "stop": 1249069234
        },
        {
            "start": 1249069236,
            "stop": 1249069242
        },
        {
            "start": 1249069243,
            "stop": 1249069244
        },
        {
            "start": 1249069249,
            "stop": 1249069259
        },
        {
            "start": 1249069266,
            "stop": 1249069293
        },
        {
            "start": 1249069295,
            "stop": 1249069420
        },
        {
            "start": 1249069421,
            "stop": 1249069422
        },
        {
            "start": 1249069424,
            "stop": 1249069428
        },
        {
            "start": 1249069429,
            "stop": 1249069430
        },
        {
            "start": 1249069434,
            "stop": 1249069495
        },
        {
            "start": 1249069499,
            "stop": 1249069503
        },
        {
            "start": 1249069504,
            "stop": 1249069526
        },
        {
            "start": 1249069529,
            "stop": 1249069546
        },
        {
            "start": 1249069548,
            "stop": 1249069581
        },
        {
            "start": 1249069584,
            "stop": 1249069599
        },
        {
            "start": 1249069602,
            "stop": 1249069605
        },
        {
            "start": 1249069607,
            "stop": 1249069623
        },
        {
            "start": 1249069624,
            "stop": 1249069627
        }
    ]
}