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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=248",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 249,
    "results": [
        {
            "start": 1136456881,
            "stop": 1136456902
        },
        {
            "start": 1136456905,
            "stop": 1136456913
        },
        {
            "start": 1136456916,
            "stop": 1136456940
        },
        {
            "start": 1136456943,
            "stop": 1136456954
        },
        {
            "start": 1136456957,
            "stop": 1136456981
        },
        {
            "start": 1136456984,
            "stop": 1136457004
        },
        {
            "start": 1136457007,
            "stop": 1136457029
        },
        {
            "start": 1136457032,
            "stop": 1136457035
        },
        {
            "start": 1136457038,
            "stop": 1136457040
        },
        {
            "start": 1136457043,
            "stop": 1136457049
        },
        {
            "start": 1136457053,
            "stop": 1136457067
        },
        {
            "start": 1136457070,
            "stop": 1136457086
        },
        {
            "start": 1136457089,
            "stop": 1136457100
        },
        {
            "start": 1136457103,
            "stop": 1136457117
        },
        {
            "start": 1136457120,
            "stop": 1136457146
        },
        {
            "start": 1136457149,
            "stop": 1136457178
        },
        {
            "start": 1136457181,
            "stop": 1136457186
        },
        {
            "start": 1136457189,
            "stop": 1136457193
        },
        {
            "start": 1136457196,
            "stop": 1136457211
        },
        {
            "start": 1136457214,
            "stop": 1136457218
        }
    ]
}