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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=103",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 104,
    "results": [
        {
            "start": 1134795484,
            "stop": 1134795507
        },
        {
            "start": 1134795514,
            "stop": 1134795569
        },
        {
            "start": 1134795575,
            "stop": 1134802181
        },
        {
            "start": 1134802190,
            "stop": 1134803390
        },
        {
            "start": 1134803399,
            "stop": 1134804543
        },
        {
            "start": 1134804551,
            "stop": 1134804721
        },
        {
            "start": 1134804729,
            "stop": 1134820034
        },
        {
            "start": 1134820041,
            "stop": 1134827245
        },
        {
            "start": 1134827253,
            "stop": 1134829236
        },
        {
            "start": 1134829239,
            "stop": 1134830681
        },
        {
            "start": 1134830684,
            "stop": 1134830773
        },
        {
            "start": 1134830776,
            "stop": 1134832716
        },
        {
            "start": 1134832720,
            "stop": 1134833580
        },
        {
            "start": 1134833583,
            "stop": 1134834071
        },
        {
            "start": 1134834076,
            "stop": 1134834358
        },
        {
            "start": 1134834366,
            "stop": 1134835439
        },
        {
            "start": 1134862087,
            "stop": 1134863915
        },
        {
            "start": 1134863918,
            "stop": 1134863926
        },
        {
            "start": 1134863929,
            "stop": 1134863939
        },
        {
            "start": 1134863942,
            "stop": 1134863946
        }
    ]
}