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=465
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=466",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=464",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 465,
    "results": [
        {
            "start": 1183153887,
            "stop": 1183153995
        },
        {
            "start": 1183153997,
            "stop": 1183154017
        },
        {
            "start": 1183154019,
            "stop": 1183154056
        },
        {
            "start": 1183154063,
            "stop": 1183154064
        },
        {
            "start": 1183154066,
            "stop": 1183154156
        },
        {
            "start": 1183154158,
            "stop": 1183154161
        },
        {
            "start": 1183154168,
            "stop": 1183154173
        },
        {
            "start": 1183154175,
            "stop": 1183154434
        },
        {
            "start": 1183154436,
            "stop": 1183154447
        },
        {
            "start": 1183154449,
            "stop": 1183154462
        },
        {
            "start": 1183154464,
            "stop": 1183154553
        },
        {
            "start": 1183154556,
            "stop": 1183154558
        },
        {
            "start": 1183154560,
            "stop": 1183154583
        },
        {
            "start": 1183154587,
            "stop": 1183154619
        },
        {
            "start": 1183154621,
            "stop": 1183154622
        },
        {
            "start": 1183154624,
            "stop": 1183154630
        },
        {
            "start": 1183154632,
            "stop": 1183154633
        },
        {
            "start": 1183154638,
            "stop": 1183154639
        },
        {
            "start": 1183154649,
            "stop": 1183154650
        },
        {
            "start": 1183154652,
            "stop": 1183154976
        }
    ]
}