Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5289
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5290",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5288",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5289,
    "results": [
        {
            "start": 1137085855,
            "stop": 1137085926
        },
        {
            "start": 1137085928,
            "stop": 1137085960
        },
        {
            "start": 1137085961,
            "stop": 1137086025
        },
        {
            "start": 1137086028,
            "stop": 1137086075
        },
        {
            "start": 1137086077,
            "stop": 1137086096
        },
        {
            "start": 1137086100,
            "stop": 1137086102
        },
        {
            "start": 1137086107,
            "stop": 1137086108
        },
        {
            "start": 1137086110,
            "stop": 1137086124
        },
        {
            "start": 1137086127,
            "stop": 1137086138
        },
        {
            "start": 1137086140,
            "stop": 1137086142
        },
        {
            "start": 1137086144,
            "stop": 1137086153
        },
        {
            "start": 1137086156,
            "stop": 1137086159
        },
        {
            "start": 1137086161,
            "stop": 1137086163
        },
        {
            "start": 1137086165,
            "stop": 1137086175
        },
        {
            "start": 1137086177,
            "stop": 1137086180
        },
        {
            "start": 1137086182,
            "stop": 1137086186
        },
        {
            "start": 1137086188,
            "stop": 1137086192
        },
        {
            "start": 1137086198,
            "stop": 1137086204
        },
        {
            "start": 1137086206,
            "stop": 1137086207
        },
        {
            "start": 1137086209,
            "stop": 1137086213
        }
    ]
}