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=5193
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=5194",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5192",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5193,
    "results": [
        {
            "start": 1137027428,
            "stop": 1137027438
        },
        {
            "start": 1137027440,
            "stop": 1137027450
        },
        {
            "start": 1137027452,
            "stop": 1137027460
        },
        {
            "start": 1137027462,
            "stop": 1137027464
        },
        {
            "start": 1137027466,
            "stop": 1137027468
        },
        {
            "start": 1137027471,
            "stop": 1137027478
        },
        {
            "start": 1137027480,
            "stop": 1137027485
        },
        {
            "start": 1137027487,
            "stop": 1137027488
        },
        {
            "start": 1137027490,
            "stop": 1137027499
        },
        {
            "start": 1137027502,
            "stop": 1137027507
        },
        {
            "start": 1137027509,
            "stop": 1137027521
        },
        {
            "start": 1137027523,
            "stop": 1137027524
        },
        {
            "start": 1137027526,
            "stop": 1137027540
        },
        {
            "start": 1137027542,
            "stop": 1137027551
        },
        {
            "start": 1137027553,
            "stop": 1137027561
        },
        {
            "start": 1137027563,
            "stop": 1137027584
        },
        {
            "start": 1137027586,
            "stop": 1137027708
        },
        {
            "start": 1137027710,
            "stop": 1137027727
        },
        {
            "start": 1137027731,
            "stop": 1137027747
        },
        {
            "start": 1137027750,
            "stop": 1137027760
        }
    ]
}