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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=341",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 342,
    "results": [
        {
            "start": 1240699402,
            "stop": 1240699422
        },
        {
            "start": 1240699423,
            "stop": 1240699436
        },
        {
            "start": 1240699437,
            "stop": 1240699445
        },
        {
            "start": 1240699447,
            "stop": 1240699448
        },
        {
            "start": 1240699450,
            "stop": 1240699453
        },
        {
            "start": 1240699455,
            "stop": 1240699489
        },
        {
            "start": 1240699491,
            "stop": 1240699504
        },
        {
            "start": 1240699505,
            "stop": 1240699521
        },
        {
            "start": 1240699522,
            "stop": 1240699582
        },
        {
            "start": 1240699583,
            "stop": 1240699682
        },
        {
            "start": 1240699684,
            "stop": 1240699711
        },
        {
            "start": 1240699713,
            "stop": 1240699779
        },
        {
            "start": 1240699780,
            "stop": 1240699787
        },
        {
            "start": 1240699789,
            "stop": 1240699896
        },
        {
            "start": 1240699897,
            "stop": 1240699899
        },
        {
            "start": 1240699900,
            "stop": 1240699927
        },
        {
            "start": 1240699928,
            "stop": 1240699976
        },
        {
            "start": 1240699977,
            "stop": 1240700050
        },
        {
            "start": 1240700052,
            "stop": 1240700061
        },
        {
            "start": 1240700062,
            "stop": 1240700070
        }
    ]
}