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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=263",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 264,
    "results": [
        {
            "start": 1126914074,
            "stop": 1126914253
        },
        {
            "start": 1126914254,
            "stop": 1126914255
        },
        {
            "start": 1126915037,
            "stop": 1126915039
        },
        {
            "start": 1126915041,
            "stop": 1126915055
        },
        {
            "start": 1126915056,
            "stop": 1126915058
        },
        {
            "start": 1126915060,
            "stop": 1126915061
        },
        {
            "start": 1126915062,
            "stop": 1126915064
        },
        {
            "start": 1126915065,
            "stop": 1126915070
        },
        {
            "start": 1126915071,
            "stop": 1126915072
        },
        {
            "start": 1126915074,
            "stop": 1126915076
        },
        {
            "start": 1126915078,
            "stop": 1126915097
        },
        {
            "start": 1126915157,
            "stop": 1126915170
        },
        {
            "start": 1126915171,
            "stop": 1126915172
        },
        {
            "start": 1126915174,
            "stop": 1126915238
        },
        {
            "start": 1126915239,
            "stop": 1126915245
        },
        {
            "start": 1126915246,
            "stop": 1126915258
        },
        {
            "start": 1126915260,
            "stop": 1126915261
        },
        {
            "start": 1126915263,
            "stop": 1126915264
        },
        {
            "start": 1126915266,
            "stop": 1126915275
        },
        {
            "start": 1126915277,
            "stop": 1126915286
        }
    ]
}