Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=160",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 161,
    "results": [
        {
            "start": 931423132,
            "stop": 931423142
        },
        {
            "start": 931423145,
            "stop": 931423165
        },
        {
            "start": 931423167,
            "stop": 931423171
        },
        {
            "start": 931423176,
            "stop": 931423183
        },
        {
            "start": 931423185,
            "stop": 931423192
        },
        {
            "start": 931423194,
            "stop": 931423195
        },
        {
            "start": 931423196,
            "stop": 931423203
        },
        {
            "start": 931423205,
            "stop": 931423219
        },
        {
            "start": 931423223,
            "stop": 931423225
        },
        {
            "start": 931423227,
            "stop": 931423231
        },
        {
            "start": 931423236,
            "stop": 931423237
        },
        {
            "start": 931423239,
            "stop": 931423242
        },
        {
            "start": 931423244,
            "stop": 931423247
        },
        {
            "start": 931423250,
            "stop": 931423251
        },
        {
            "start": 931423253,
            "stop": 931423257
        },
        {
            "start": 931423259,
            "stop": 931423264
        },
        {
            "start": 931423266,
            "stop": 931423273
        },
        {
            "start": 931423276,
            "stop": 931423278
        },
        {
            "start": 931423280,
            "stop": 931423284
        },
        {
            "start": 931423287,
            "stop": 931423291
        }
    ]
}