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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=352",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 353,
    "results": [
        {
            "start": 829345117,
            "stop": 829345127
        },
        {
            "start": 829345129,
            "stop": 829345140
        },
        {
            "start": 829345143,
            "stop": 829345146
        },
        {
            "start": 829345149,
            "stop": 829345153
        },
        {
            "start": 829345155,
            "stop": 829345156
        },
        {
            "start": 829345158,
            "stop": 829345160
        },
        {
            "start": 829345162,
            "stop": 829345165
        },
        {
            "start": 829345167,
            "stop": 829345168
        },
        {
            "start": 829345170,
            "stop": 829345171
        },
        {
            "start": 829345174,
            "stop": 829345177
        },
        {
            "start": 829345183,
            "stop": 829345184
        },
        {
            "start": 829345186,
            "stop": 829345194
        },
        {
            "start": 829345199,
            "stop": 829345202
        },
        {
            "start": 829345211,
            "stop": 829345217
        },
        {
            "start": 829345220,
            "stop": 829345230
        },
        {
            "start": 829345232,
            "stop": 829345234
        },
        {
            "start": 829345236,
            "stop": 829345237
        },
        {
            "start": 829345242,
            "stop": 829345243
        },
        {
            "start": 829345246,
            "stop": 829345251
        },
        {
            "start": 829345258,
            "stop": 829345260
        }
    ]
}