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/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=133
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=132",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 133,
    "results": [
        {
            "start": 816746551,
            "stop": 816746552
        },
        {
            "start": 816746557,
            "stop": 816746564
        },
        {
            "start": 816746569,
            "stop": 816746572
        },
        {
            "start": 816746578,
            "stop": 816746586
        },
        {
            "start": 816746592,
            "stop": 816746608
        },
        {
            "start": 816746613,
            "stop": 816746663
        },
        {
            "start": 816746667,
            "stop": 816746669
        },
        {
            "start": 816746673,
            "stop": 816746738
        },
        {
            "start": 816746742,
            "stop": 816746745
        },
        {
            "start": 816746750,
            "stop": 816746809
        },
        {
            "start": 816746813,
            "stop": 816746816
        },
        {
            "start": 816746821,
            "stop": 816746822
        },
        {
            "start": 816746827,
            "stop": 816746838
        },
        {
            "start": 816746842,
            "stop": 816746843
        },
        {
            "start": 816746848,
            "stop": 816746851
        },
        {
            "start": 816746857,
            "stop": 816746889
        },
        {
            "start": 816746893,
            "stop": 816746900
        },
        {
            "start": 816746903,
            "stop": 816746974
        },
        {
            "start": 816746978,
            "stop": 816746980
        },
        {
            "start": 816746983,
            "stop": 816747412
        }
    ]
}