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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=160",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 161,
    "results": [
        {
            "start": 818746301,
            "stop": 818746302
        },
        {
            "start": 818746310,
            "stop": 818746322
        },
        {
            "start": 818746437,
            "stop": 818746439
        },
        {
            "start": 818746468,
            "stop": 818746482
        },
        {
            "start": 818746501,
            "stop": 818746510
        },
        {
            "start": 818746545,
            "stop": 818746557
        },
        {
            "start": 818746575,
            "stop": 818746595
        },
        {
            "start": 818746641,
            "stop": 818746652
        },
        {
            "start": 818746672,
            "stop": 818746675
        },
        {
            "start": 818746706,
            "stop": 818746746
        },
        {
            "start": 818746756,
            "stop": 818746780
        },
        {
            "start": 818746797,
            "stop": 818746799
        },
        {
            "start": 818746807,
            "stop": 818746815
        },
        {
            "start": 818746831,
            "stop": 818746837
        },
        {
            "start": 818746885,
            "stop": 818746910
        },
        {
            "start": 818746918,
            "stop": 818746930
        },
        {
            "start": 818746938,
            "stop": 818746949
        },
        {
            "start": 818746967,
            "stop": 818746971
        },
        {
            "start": 818746993,
            "stop": 818747001
        },
        {
            "start": 818747012,
            "stop": 818747077
        }
    ]
}