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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=22",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 23,
    "results": [
        {
            "start": 931162998,
            "stop": 931163004
        },
        {
            "start": 931163020,
            "stop": 931163021
        },
        {
            "start": 931163024,
            "stop": 931163027
        },
        {
            "start": 931163031,
            "stop": 931163036
        },
        {
            "start": 931163041,
            "stop": 931163047
        },
        {
            "start": 931163054,
            "stop": 931163061
        },
        {
            "start": 931163064,
            "stop": 931163071
        },
        {
            "start": 931163077,
            "stop": 931163079
        },
        {
            "start": 931163082,
            "stop": 931163084
        },
        {
            "start": 931163091,
            "stop": 931163095
        },
        {
            "start": 931163109,
            "stop": 931163110
        },
        {
            "start": 931163113,
            "stop": 931163114
        },
        {
            "start": 931163118,
            "stop": 931163119
        },
        {
            "start": 931163122,
            "stop": 931163123
        },
        {
            "start": 931163127,
            "stop": 931163128
        },
        {
            "start": 931163167,
            "stop": 931163168
        },
        {
            "start": 931163177,
            "stop": 931163178
        },
        {
            "start": 931163187,
            "stop": 931163188
        },
        {
            "start": 931163214,
            "stop": 931163217
        },
        {
            "start": 931163220,
            "stop": 931163221
        }
    ]
}