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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 44,
    "results": [
        {
            "start": 931188801,
            "stop": 931188805
        },
        {
            "start": 931188809,
            "stop": 931188810
        },
        {
            "start": 931188814,
            "stop": 931188835
        },
        {
            "start": 931188837,
            "stop": 931188859
        },
        {
            "start": 931188865,
            "stop": 931188867
        },
        {
            "start": 931188869,
            "stop": 931188887
        },
        {
            "start": 931188889,
            "stop": 931188900
        },
        {
            "start": 931188903,
            "stop": 931188928
        },
        {
            "start": 931188930,
            "stop": 931188939
        },
        {
            "start": 931188940,
            "stop": 931188942
        },
        {
            "start": 931188943,
            "stop": 931188963
        },
        {
            "start": 931188965,
            "stop": 931188981
        },
        {
            "start": 931188983,
            "stop": 931189034
        },
        {
            "start": 931189036,
            "stop": 931189042
        },
        {
            "start": 931189044,
            "stop": 931189045
        },
        {
            "start": 931189046,
            "stop": 931189048
        },
        {
            "start": 931189052,
            "stop": 931189083
        },
        {
            "start": 931189085,
            "stop": 931189094
        },
        {
            "start": 931189096,
            "stop": 931189097
        },
        {
            "start": 931189099,
            "stop": 931189162
        }
    ]
}