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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=502",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=500",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 501,
    "results": [
        {
            "start": 1184584925,
            "stop": 1184584926
        },
        {
            "start": 1184584928,
            "stop": 1184585326
        },
        {
            "start": 1184585328,
            "stop": 1184585330
        },
        {
            "start": 1184585336,
            "stop": 1184585337
        },
        {
            "start": 1184585367,
            "stop": 1184585377
        },
        {
            "start": 1184585379,
            "stop": 1184585536
        },
        {
            "start": 1184585538,
            "stop": 1184585546
        },
        {
            "start": 1184585548,
            "stop": 1184586135
        },
        {
            "start": 1184586137,
            "stop": 1184586346
        },
        {
            "start": 1184586348,
            "stop": 1184586359
        },
        {
            "start": 1184586363,
            "stop": 1184586477
        },
        {
            "start": 1184586479,
            "stop": 1184586540
        },
        {
            "start": 1184586542,
            "stop": 1184586545
        },
        {
            "start": 1184586547,
            "stop": 1184586900
        },
        {
            "start": 1184586902,
            "stop": 1184586905
        },
        {
            "start": 1184586907,
            "stop": 1184586908
        },
        {
            "start": 1184586910,
            "stop": 1184586921
        },
        {
            "start": 1184586923,
            "stop": 1184586986
        },
        {
            "start": 1184586988,
            "stop": 1184587349
        },
        {
            "start": 1184587351,
            "stop": 1184587585
        }
    ]
}