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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=7",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 8,
    "results": [
        {
            "start": 1126766233,
            "stop": 1126768488
        },
        {
            "start": 1126768497,
            "stop": 1126773033
        },
        {
            "start": 1126773040,
            "stop": 1126778405
        },
        {
            "start": 1126778412,
            "stop": 1126791117
        },
        {
            "start": 1126791124,
            "stop": 1126793871
        },
        {
            "start": 1126793872,
            "stop": 1126794721
        },
        {
            "start": 1126794722,
            "stop": 1126795584
        },
        {
            "start": 1126795591,
            "stop": 1126796393
        },
        {
            "start": 1126796401,
            "stop": 1126805144
        },
        {
            "start": 1126805145,
            "stop": 1126805368
        },
        {
            "start": 1126805375,
            "stop": 1126806391
        },
        {
            "start": 1126806392,
            "stop": 1126807637
        },
        {
            "start": 1126807697,
            "stop": 1126808537
        },
        {
            "start": 1126808597,
            "stop": 1126808777
        },
        {
            "start": 1126808837,
            "stop": 1126810637
        },
        {
            "start": 1126810817,
            "stop": 1126813597
        },
        {
            "start": 1126813598,
            "stop": 1126813656
        },
        {
            "start": 1126813657,
            "stop": 1126813680
        },
        {
            "start": 1126813681,
            "stop": 1126813757
        },
        {
            "start": 1126813817,
            "stop": 1126813877
        }
    ]
}