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=367
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=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=366",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 367,
    "results": [
        {
            "start": 829404167,
            "stop": 829404185
        },
        {
            "start": 829404187,
            "stop": 829404212
        },
        {
            "start": 829404214,
            "stop": 829404225
        },
        {
            "start": 829404227,
            "stop": 829404232
        },
        {
            "start": 829404234,
            "stop": 829404240
        },
        {
            "start": 829404242,
            "stop": 829404244
        },
        {
            "start": 829404248,
            "stop": 829404269
        },
        {
            "start": 829404272,
            "stop": 829404276
        },
        {
            "start": 829404278,
            "stop": 829404292
        },
        {
            "start": 829404295,
            "stop": 829404380
        },
        {
            "start": 829404384,
            "stop": 829404385
        },
        {
            "start": 829404386,
            "stop": 829404388
        },
        {
            "start": 829404392,
            "stop": 829404398
        },
        {
            "start": 829404400,
            "stop": 829404404
        },
        {
            "start": 829404407,
            "stop": 829404410
        },
        {
            "start": 829404412,
            "stop": 829404414
        },
        {
            "start": 829404416,
            "stop": 829404421
        },
        {
            "start": 829404423,
            "stop": 829404434
        },
        {
            "start": 829404440,
            "stop": 829404443
        },
        {
            "start": 829404446,
            "stop": 829404455
        }
    ]
}