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=5111
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=5112",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5110",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5111,
    "results": [
        {
            "start": 1136981660,
            "stop": 1136981668
        },
        {
            "start": 1136981670,
            "stop": 1136981680
        },
        {
            "start": 1136981682,
            "stop": 1136981701
        },
        {
            "start": 1136981705,
            "stop": 1136981707
        },
        {
            "start": 1136981709,
            "stop": 1136981710
        },
        {
            "start": 1136981712,
            "stop": 1136981720
        },
        {
            "start": 1136981722,
            "stop": 1136981727
        },
        {
            "start": 1136981729,
            "stop": 1136981732
        },
        {
            "start": 1136981734,
            "stop": 1136981743
        },
        {
            "start": 1136981745,
            "stop": 1136981748
        },
        {
            "start": 1136981750,
            "stop": 1136981787
        },
        {
            "start": 1136981788,
            "stop": 1136981808
        },
        {
            "start": 1136981812,
            "stop": 1136981842
        },
        {
            "start": 1136981843,
            "stop": 1136981844
        },
        {
            "start": 1136981846,
            "stop": 1136981870
        },
        {
            "start": 1136981872,
            "stop": 1136981886
        },
        {
            "start": 1136981888,
            "stop": 1136981893
        },
        {
            "start": 1136981895,
            "stop": 1136981917
        },
        {
            "start": 1136981919,
            "stop": 1136981953
        },
        {
            "start": 1136981955,
            "stop": 1136982032
        }
    ]
}