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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=89",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 90,
    "results": [
        {
            "start": 1134352697,
            "stop": 1134355920
        },
        {
            "start": 1134358570,
            "stop": 1134365899
        },
        {
            "start": 1134365907,
            "stop": 1134366145
        },
        {
            "start": 1134366153,
            "stop": 1134368866
        },
        {
            "start": 1134368874,
            "stop": 1134377651
        },
        {
            "start": 1134377659,
            "stop": 1134386769
        },
        {
            "start": 1134386771,
            "stop": 1134408356
        },
        {
            "start": 1134408364,
            "stop": 1134409736
        },
        {
            "start": 1134409738,
            "stop": 1134411056
        },
        {
            "start": 1134411065,
            "stop": 1134416150
        },
        {
            "start": 1134432422,
            "stop": 1134437686
        },
        {
            "start": 1134437688,
            "stop": 1134458859
        },
        {
            "start": 1134458861,
            "stop": 1134461910
        },
        {
            "start": 1134461918,
            "stop": 1134463601
        },
        {
            "start": 1134463603,
            "stop": 1134468835
        },
        {
            "start": 1134468837,
            "stop": 1134477567
        },
        {
            "start": 1134477575,
            "stop": 1134478062
        },
        {
            "start": 1134478070,
            "stop": 1134480178
        },
        {
            "start": 1134480186,
            "stop": 1134484373
        },
        {
            "start": 1134484382,
            "stop": 1134486388
        }
    ]
}