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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=77",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 78,
    "results": [
        {
            "start": 829156302,
            "stop": 829156710
        },
        {
            "start": 829157753,
            "stop": 829159052
        },
        {
            "start": 829159127,
            "stop": 829166368
        },
        {
            "start": 829166616,
            "stop": 829175557
        },
        {
            "start": 829203282,
            "stop": 829206496
        },
        {
            "start": 829207489,
            "stop": 829214018
        },
        {
            "start": 829214751,
            "stop": 829229309
        },
        {
            "start": 829230721,
            "stop": 829231357
        },
        {
            "start": 829232436,
            "stop": 829239471
        },
        {
            "start": 829240609,
            "stop": 829242793
        },
        {
            "start": 829244804,
            "stop": 829246424
        },
        {
            "start": 829246654,
            "stop": 829252746
        },
        {
            "start": 829252761,
            "stop": 829258630
        },
        {
            "start": 829277639,
            "stop": 829293560
        },
        {
            "start": 829294624,
            "stop": 829303616
        },
        {
            "start": 829304616,
            "stop": 829311197
        },
        {
            "start": 829311366,
            "stop": 829311607
        },
        {
            "start": 829311800,
            "stop": 829317370
        },
        {
            "start": 829318662,
            "stop": 829322499
        },
        {
            "start": 829322966,
            "stop": 829325732
        }
    ]
}