Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=134
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=133",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 134,
    "results": [
        {
            "start": 1135049531,
            "stop": 1135049532
        },
        {
            "start": 1135049535,
            "stop": 1135049538
        },
        {
            "start": 1135049541,
            "stop": 1135049542
        },
        {
            "start": 1135049548,
            "stop": 1135049551
        },
        {
            "start": 1135049554,
            "stop": 1135049555
        },
        {
            "start": 1135049558,
            "stop": 1135049559
        },
        {
            "start": 1135049562,
            "stop": 1135049579
        },
        {
            "start": 1135049582,
            "stop": 1135049583
        },
        {
            "start": 1135049586,
            "stop": 1135049588
        },
        {
            "start": 1135049593,
            "stop": 1135049619
        },
        {
            "start": 1135049622,
            "stop": 1135049627
        },
        {
            "start": 1135049630,
            "stop": 1135049631
        },
        {
            "start": 1135049633,
            "stop": 1135049636
        },
        {
            "start": 1135049639,
            "stop": 1135049647
        },
        {
            "start": 1135049650,
            "stop": 1135049656
        },
        {
            "start": 1135049659,
            "stop": 1135049661
        },
        {
            "start": 1135049664,
            "stop": 1135049674
        },
        {
            "start": 1135049677,
            "stop": 1135049680
        },
        {
            "start": 1135049683,
            "stop": 1135049684
        },
        {
            "start": 1135049687,
            "stop": 1135049688
        }
    ]
}