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=8119
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=8120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8118",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8119,
    "results": [
        {
            "start": 872850181,
            "stop": 872850320
        },
        {
            "start": 872850337,
            "stop": 872852398
        },
        {
            "start": 872852415,
            "stop": 872853314
        },
        {
            "start": 872853331,
            "stop": 872854357
        },
        {
            "start": 872854477,
            "stop": 872854877
        },
        {
            "start": 872854894,
            "stop": 872855552
        },
        {
            "start": 872855569,
            "stop": 872855570
        },
        {
            "start": 872855587,
            "stop": 872855850
        },
        {
            "start": 872857504,
            "stop": 872857684
        },
        {
            "start": 872857701,
            "stop": 872859172
        },
        {
            "start": 872859189,
            "stop": 872859509
        },
        {
            "start": 872859526,
            "stop": 872859782
        },
        {
            "start": 872859902,
            "stop": 872860470
        },
        {
            "start": 872860487,
            "stop": 872861590
        },
        {
            "start": 872861607,
            "stop": 872861741
        },
        {
            "start": 872861758,
            "stop": 872861809
        },
        {
            "start": 872861826,
            "stop": 872863136
        },
        {
            "start": 872863155,
            "stop": 872864708
        },
        {
            "start": 872864828,
            "stop": 872864857
        },
        {
            "start": 872864874,
            "stop": 872866920
        }
    ]
}