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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=332",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 333,
    "results": [
        {
            "start": 818749996,
            "stop": 818749998
        },
        {
            "start": 818750068,
            "stop": 818750070
        },
        {
            "start": 818750192,
            "stop": 818750209
        },
        {
            "start": 818750245,
            "stop": 818750271
        },
        {
            "start": 818750319,
            "stop": 818750329
        },
        {
            "start": 818750410,
            "stop": 818750412
        },
        {
            "start": 818750557,
            "stop": 818750558
        },
        {
            "start": 818751677,
            "stop": 818751684
        },
        {
            "start": 818751712,
            "stop": 818751717
        },
        {
            "start": 818751916,
            "stop": 818751928
        },
        {
            "start": 818752129,
            "stop": 818752131
        },
        {
            "start": 818752168,
            "stop": 818752193
        },
        {
            "start": 818752213,
            "stop": 818752217
        },
        {
            "start": 818752237,
            "stop": 818752256
        },
        {
            "start": 818752316,
            "stop": 818752337
        },
        {
            "start": 818752406,
            "stop": 818752423
        },
        {
            "start": 818752456,
            "stop": 818752465
        },
        {
            "start": 818752503,
            "stop": 818752513
        },
        {
            "start": 818752534,
            "stop": 818752538
        },
        {
            "start": 818752541,
            "stop": 818752544
        }
    ]
}