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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=56",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 57,
    "results": [
        {
            "start": 950669955,
            "stop": 950671365
        },
        {
            "start": 950675738,
            "stop": 950681000
        },
        {
            "start": 950681146,
            "stop": 950695572
        },
        {
            "start": 950697229,
            "stop": 950719699
        },
        {
            "start": 950724276,
            "stop": 950744705
        },
        {
            "start": 950752681,
            "stop": 950753198
        },
        {
            "start": 950774055,
            "stop": 950821819
        },
        {
            "start": 950827710,
            "stop": 950840415
        },
        {
            "start": 950843186,
            "stop": 950846141
        },
        {
            "start": 950864745,
            "stop": 950889786
        },
        {
            "start": 950894122,
            "stop": 950899019
        },
        {
            "start": 950900662,
            "stop": 950901450
        },
        {
            "start": 950902940,
            "stop": 950910275
        },
        {
            "start": 950912626,
            "stop": 950966840
        },
        {
            "start": 950973645,
            "stop": 950974938
        },
        {
            "start": 950999740,
            "stop": 950999987
        },
        {
            "start": 951000243,
            "stop": 951001718
        },
        {
            "start": 951003618,
            "stop": 951005165
        },
        {
            "start": 951007617,
            "stop": 951017415
        },
        {
            "start": 951025168,
            "stop": 951026497
        }
    ]
}