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=520
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=521",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=519",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 520,
    "results": [
        {
            "start": 1184857171,
            "stop": 1184859126
        },
        {
            "start": 1184859129,
            "stop": 1184863427
        },
        {
            "start": 1184863429,
            "stop": 1184864855
        },
        {
            "start": 1184867935,
            "stop": 1184871885
        },
        {
            "start": 1184871889,
            "stop": 1184872026
        },
        {
            "start": 1184872029,
            "stop": 1184879981
        },
        {
            "start": 1184879984,
            "stop": 1184884228
        },
        {
            "start": 1184884231,
            "stop": 1184884308
        },
        {
            "start": 1184884311,
            "stop": 1184887718
        },
        {
            "start": 1184887720,
            "stop": 1184889722
        },
        {
            "start": 1184889726,
            "stop": 1184889728
        },
        {
            "start": 1184889730,
            "stop": 1184890133
        },
        {
            "start": 1184890137,
            "stop": 1184890248
        },
        {
            "start": 1184890250,
            "stop": 1184891113
        },
        {
            "start": 1184891115,
            "stop": 1184891154
        },
        {
            "start": 1184891156,
            "stop": 1184891524
        },
        {
            "start": 1184891527,
            "stop": 1184891529
        },
        {
            "start": 1184891532,
            "stop": 1184891750
        },
        {
            "start": 1184891752,
            "stop": 1184891753
        },
        {
            "start": 1184891761,
            "stop": 1184891762
        }
    ]
}