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=5092
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=5093",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5091",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5092,
    "results": [
        {
            "start": 1136973069,
            "stop": 1136973091
        },
        {
            "start": 1136973094,
            "stop": 1136973107
        },
        {
            "start": 1136973108,
            "stop": 1136973115
        },
        {
            "start": 1136973117,
            "stop": 1136973123
        },
        {
            "start": 1136973125,
            "stop": 1136973137
        },
        {
            "start": 1136973138,
            "stop": 1136973140
        },
        {
            "start": 1136973141,
            "stop": 1136973188
        },
        {
            "start": 1136973189,
            "stop": 1136973191
        },
        {
            "start": 1136973194,
            "stop": 1136973245
        },
        {
            "start": 1136973247,
            "stop": 1136973268
        },
        {
            "start": 1136973270,
            "stop": 1136973273
        },
        {
            "start": 1136973275,
            "stop": 1136973288
        },
        {
            "start": 1136973290,
            "stop": 1136973313
        },
        {
            "start": 1136973314,
            "stop": 1136973320
        },
        {
            "start": 1136973322,
            "stop": 1136973341
        },
        {
            "start": 1136973343,
            "stop": 1136973367
        },
        {
            "start": 1136973369,
            "stop": 1136973437
        },
        {
            "start": 1136973439,
            "stop": 1136973453
        },
        {
            "start": 1136973455,
            "stop": 1136973463
        },
        {
            "start": 1136973465,
            "stop": 1136973485
        }
    ]
}