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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=96",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 97,
    "results": [
        {
            "start": 819634546,
            "stop": 819640813
        },
        {
            "start": 819642439,
            "stop": 819648061
        },
        {
            "start": 819648068,
            "stop": 819654720
        },
        {
            "start": 819654728,
            "stop": 819656597
        },
        {
            "start": 819659384,
            "stop": 819661333
        },
        {
            "start": 819662144,
            "stop": 819667970
        },
        {
            "start": 819668050,
            "stop": 819670006
        },
        {
            "start": 819670090,
            "stop": 819671321
        },
        {
            "start": 819671328,
            "stop": 819673745
        },
        {
            "start": 819673750,
            "stop": 819674270
        },
        {
            "start": 819674350,
            "stop": 819675538
        },
        {
            "start": 819675545,
            "stop": 819676761
        },
        {
            "start": 819676768,
            "stop": 819676949
        },
        {
            "start": 819676956,
            "stop": 819677143
        },
        {
            "start": 819677324,
            "stop": 819678162
        },
        {
            "start": 819678170,
            "stop": 819678290
        },
        {
            "start": 819678370,
            "stop": 819678703
        },
        {
            "start": 819678910,
            "stop": 819685310
        },
        {
            "start": 819685450,
            "stop": 819686093
        },
        {
            "start": 819686100,
            "stop": 819687417
        }
    ]
}