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=8046
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=8047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8045",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8046,
    "results": [
        {
            "start": 872226058,
            "stop": 872226549
        },
        {
            "start": 872226576,
            "stop": 872226654
        },
        {
            "start": 872226678,
            "stop": 872226813
        },
        {
            "start": 872226836,
            "stop": 872226929
        },
        {
            "start": 872226969,
            "stop": 872226998
        },
        {
            "start": 872227017,
            "stop": 872227031
        },
        {
            "start": 872227050,
            "stop": 872227194
        },
        {
            "start": 872227219,
            "stop": 872227300
        },
        {
            "start": 872227369,
            "stop": 872227370
        },
        {
            "start": 872227401,
            "stop": 872227482
        },
        {
            "start": 872227505,
            "stop": 872227543
        },
        {
            "start": 872227562,
            "stop": 872227583
        },
        {
            "start": 872227602,
            "stop": 872227736
        },
        {
            "start": 872227756,
            "stop": 872227787
        },
        {
            "start": 872227809,
            "stop": 872227939
        },
        {
            "start": 872227959,
            "stop": 872227974
        },
        {
            "start": 872228046,
            "stop": 872228049
        },
        {
            "start": 872228068,
            "stop": 872228496
        },
        {
            "start": 872228521,
            "stop": 872228548
        },
        {
            "start": 872228567,
            "stop": 872228706
        }
    ]
}