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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7072",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7073,
    "results": [
        {
            "start": 874306266,
            "stop": 874306485
        },
        {
            "start": 874306488,
            "stop": 874306621
        },
        {
            "start": 874306624,
            "stop": 874306626
        },
        {
            "start": 874306629,
            "stop": 874306681
        },
        {
            "start": 874306685,
            "stop": 874306736
        },
        {
            "start": 874306742,
            "stop": 874306750
        },
        {
            "start": 874306753,
            "stop": 874306895
        },
        {
            "start": 874306899,
            "stop": 874307071
        },
        {
            "start": 874307074,
            "stop": 874307096
        },
        {
            "start": 874307103,
            "stop": 874307195
        },
        {
            "start": 874307198,
            "stop": 874307297
        },
        {
            "start": 874307300,
            "stop": 874307457
        },
        {
            "start": 874307460,
            "stop": 874307525
        },
        {
            "start": 874307528,
            "stop": 874307554
        },
        {
            "start": 874307558,
            "stop": 874307630
        },
        {
            "start": 874307633,
            "stop": 874307707
        },
        {
            "start": 874307710,
            "stop": 874307738
        },
        {
            "start": 874307741,
            "stop": 874307755
        },
        {
            "start": 874307758,
            "stop": 874307759
        },
        {
            "start": 874307765,
            "stop": 874307777
        }
    ]
}