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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=70",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 71,
    "results": [
        {
            "start": 931258027,
            "stop": 931258030
        },
        {
            "start": 931258035,
            "stop": 931258036
        },
        {
            "start": 931258038,
            "stop": 931258043
        },
        {
            "start": 931258066,
            "stop": 931258068
        },
        {
            "start": 931258073,
            "stop": 931258074
        },
        {
            "start": 931258116,
            "stop": 931258118
        },
        {
            "start": 931258138,
            "stop": 931258139
        },
        {
            "start": 931258142,
            "stop": 931258144
        },
        {
            "start": 931258158,
            "stop": 931258159
        },
        {
            "start": 931258162,
            "stop": 931258163
        },
        {
            "start": 931258168,
            "stop": 931258169
        },
        {
            "start": 931258173,
            "stop": 931258178
        },
        {
            "start": 931258180,
            "stop": 931258187
        },
        {
            "start": 931262804,
            "stop": 931263686
        },
        {
            "start": 931263687,
            "stop": 931273673
        },
        {
            "start": 931273675,
            "stop": 931274733
        },
        {
            "start": 931283141,
            "stop": 931283674
        },
        {
            "start": 931286273,
            "stop": 931286460
        },
        {
            "start": 931286580,
            "stop": 931286833
        },
        {
            "start": 931286835,
            "stop": 931286872
        }
    ]
}