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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=312",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 313,
    "results": [
        {
            "start": 935631500,
            "stop": 935632126
        },
        {
            "start": 935632129,
            "stop": 935632280
        },
        {
            "start": 935632282,
            "stop": 935632815
        },
        {
            "start": 935633055,
            "stop": 935633341
        },
        {
            "start": 935633344,
            "stop": 935633972
        },
        {
            "start": 935633974,
            "stop": 935633991
        },
        {
            "start": 935633994,
            "stop": 935634482
        },
        {
            "start": 935634484,
            "stop": 935635248
        },
        {
            "start": 935635250,
            "stop": 935635278
        },
        {
            "start": 935635280,
            "stop": 935636181
        },
        {
            "start": 935636183,
            "stop": 935636415
        },
        {
            "start": 935636655,
            "stop": 935636945
        },
        {
            "start": 935636948,
            "stop": 935636960
        },
        {
            "start": 935636963,
            "stop": 935636976
        },
        {
            "start": 935636978,
            "stop": 935636990
        },
        {
            "start": 935636993,
            "stop": 935637005
        },
        {
            "start": 935637008,
            "stop": 935637021
        },
        {
            "start": 935637023,
            "stop": 935637035
        },
        {
            "start": 935637038,
            "stop": 935637040
        },
        {
            "start": 935639180,
            "stop": 935639238
        }
    ]
}