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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=269",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 270,
    "results": [
        {
            "start": 1126921570,
            "stop": 1126921587
        },
        {
            "start": 1126921588,
            "stop": 1126921590
        },
        {
            "start": 1126921591,
            "stop": 1126921597
        },
        {
            "start": 1126921599,
            "stop": 1126921600
        },
        {
            "start": 1126921601,
            "stop": 1126921636
        },
        {
            "start": 1126921638,
            "stop": 1126921640
        },
        {
            "start": 1126921642,
            "stop": 1126921650
        },
        {
            "start": 1126921652,
            "stop": 1126921674
        },
        {
            "start": 1126921675,
            "stop": 1126921701
        },
        {
            "start": 1126921707,
            "stop": 1126921713
        },
        {
            "start": 1126921714,
            "stop": 1126921717
        },
        {
            "start": 1126921718,
            "stop": 1126921719
        },
        {
            "start": 1126921722,
            "stop": 1126921813
        },
        {
            "start": 1126921814,
            "stop": 1126921815
        },
        {
            "start": 1126921817,
            "stop": 1126921818
        },
        {
            "start": 1126921820,
            "stop": 1126921844
        },
        {
            "start": 1126921846,
            "stop": 1126921917
        },
        {
            "start": 1126921918,
            "stop": 1126921984
        },
        {
            "start": 1126921988,
            "stop": 1126922026
        },
        {
            "start": 1126922027,
            "stop": 1126922037
        }
    ]
}