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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=51",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 52,
    "results": [
        {
            "start": 816653958,
            "stop": 816654285
        },
        {
            "start": 816654320,
            "stop": 816654401
        },
        {
            "start": 816654418,
            "stop": 816654614
        },
        {
            "start": 816654634,
            "stop": 816654675
        },
        {
            "start": 816654694,
            "stop": 816654889
        },
        {
            "start": 816656307,
            "stop": 816656333
        },
        {
            "start": 816656381,
            "stop": 816656398
        },
        {
            "start": 816656540,
            "stop": 816656557
        },
        {
            "start": 816656591,
            "stop": 816656618
        },
        {
            "start": 816656669,
            "stop": 816656673
        },
        {
            "start": 816656694,
            "stop": 816656744
        },
        {
            "start": 816656784,
            "stop": 816656831
        },
        {
            "start": 816656852,
            "stop": 816656877
        },
        {
            "start": 816656915,
            "stop": 816656933
        },
        {
            "start": 816656972,
            "stop": 816657115
        },
        {
            "start": 816657183,
            "stop": 816657211
        },
        {
            "start": 816657230,
            "stop": 816657237
        },
        {
            "start": 816657263,
            "stop": 816657270
        },
        {
            "start": 816657273,
            "stop": 816657305
        },
        {
            "start": 816657329,
            "stop": 816657333
        }
    ]
}