Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=101",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 102,
    "results": [
        {
            "start": 819670011,
            "stop": 819670609
        },
        {
            "start": 819670626,
            "stop": 819671323
        },
        {
            "start": 819671326,
            "stop": 819673737
        },
        {
            "start": 819673754,
            "stop": 819675538
        },
        {
            "start": 819675541,
            "stop": 819676761
        },
        {
            "start": 819676764,
            "stop": 819676949
        },
        {
            "start": 819676952,
            "stop": 819677242
        },
        {
            "start": 819677245,
            "stop": 819678164
        },
        {
            "start": 819678168,
            "stop": 819678834
        },
        {
            "start": 819678837,
            "stop": 819681682
        },
        {
            "start": 819681699,
            "stop": 819686095
        },
        {
            "start": 819686098,
            "stop": 819687419
        },
        {
            "start": 819687464,
            "stop": 819694690
        },
        {
            "start": 819694707,
            "stop": 819697528
        },
        {
            "start": 819698739,
            "stop": 819704046
        },
        {
            "start": 819704049,
            "stop": 819712403
        },
        {
            "start": 819712406,
            "stop": 819712998
        },
        {
            "start": 819713001,
            "stop": 819713402
        },
        {
            "start": 819713405,
            "stop": 819713926
        },
        {
            "start": 819713929,
            "stop": 819714019
        }
    ]
}