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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8223",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8224,
    "results": [
        {
            "start": 873711135,
            "stop": 873711223
        },
        {
            "start": 873711242,
            "stop": 873711244
        },
        {
            "start": 873711263,
            "stop": 873711266
        },
        {
            "start": 873711317,
            "stop": 873711322
        },
        {
            "start": 873711376,
            "stop": 873711384
        },
        {
            "start": 873711403,
            "stop": 873711419
        },
        {
            "start": 873711441,
            "stop": 873711448
        },
        {
            "start": 873711467,
            "stop": 873711489
        },
        {
            "start": 873711536,
            "stop": 873711608
        },
        {
            "start": 873711653,
            "stop": 873711659
        },
        {
            "start": 873711713,
            "stop": 873711730
        },
        {
            "start": 873711749,
            "stop": 873711797
        },
        {
            "start": 873711820,
            "stop": 873711842
        },
        {
            "start": 873711947,
            "stop": 873711986
        },
        {
            "start": 873712014,
            "stop": 873712024
        },
        {
            "start": 873712044,
            "stop": 873712090
        },
        {
            "start": 873712110,
            "stop": 873712133
        },
        {
            "start": 873712152,
            "stop": 873712169
        },
        {
            "start": 873712215,
            "stop": 873712327
        },
        {
            "start": 873712356,
            "stop": 873712357
        }
    ]
}