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=5161
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=5162",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5160",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5161,
    "results": [
        {
            "start": 1136998429,
            "stop": 1136998440
        },
        {
            "start": 1136998441,
            "stop": 1136998450
        },
        {
            "start": 1136998452,
            "stop": 1136998461
        },
        {
            "start": 1136998463,
            "stop": 1136998469
        },
        {
            "start": 1136998471,
            "stop": 1136998472
        },
        {
            "start": 1136998474,
            "stop": 1136998489
        },
        {
            "start": 1136998491,
            "stop": 1136998562
        },
        {
            "start": 1136998564,
            "stop": 1136998569
        },
        {
            "start": 1136998571,
            "stop": 1136998585
        },
        {
            "start": 1136998587,
            "stop": 1136998594
        },
        {
            "start": 1136998596,
            "stop": 1136998606
        },
        {
            "start": 1136998608,
            "stop": 1136998618
        },
        {
            "start": 1136998620,
            "stop": 1136998639
        },
        {
            "start": 1136998641,
            "stop": 1136998665
        },
        {
            "start": 1136998668,
            "stop": 1136998689
        },
        {
            "start": 1136998691,
            "stop": 1136998710
        },
        {
            "start": 1136998712,
            "stop": 1136998720
        },
        {
            "start": 1136998722,
            "stop": 1136998732
        },
        {
            "start": 1136998734,
            "stop": 1136998743
        },
        {
            "start": 1136998745,
            "stop": 1136998747
        }
    ]
}