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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=581",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=579",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 580,
    "results": [
        {
            "start": 1262909905,
            "stop": 1262909970
        },
        {
            "start": 1262909973,
            "stop": 1262910021
        },
        {
            "start": 1262910024,
            "stop": 1262910049
        },
        {
            "start": 1262910052,
            "stop": 1262910099
        },
        {
            "start": 1262910102,
            "stop": 1262910137
        },
        {
            "start": 1262910140,
            "stop": 1262910257
        },
        {
            "start": 1262910260,
            "stop": 1262910283
        },
        {
            "start": 1262910286,
            "stop": 1262910303
        },
        {
            "start": 1262910306,
            "stop": 1262910364
        },
        {
            "start": 1262910367,
            "stop": 1262910368
        },
        {
            "start": 1262910371,
            "stop": 1262910383
        },
        {
            "start": 1262910386,
            "stop": 1262910404
        },
        {
            "start": 1262910407,
            "stop": 1262910414
        },
        {
            "start": 1262910421,
            "stop": 1262910429
        },
        {
            "start": 1262910432,
            "stop": 1262910551
        },
        {
            "start": 1262910554,
            "stop": 1262910592
        },
        {
            "start": 1262910595,
            "stop": 1262910606
        },
        {
            "start": 1262910609,
            "stop": 1262910620
        },
        {
            "start": 1262910626,
            "stop": 1262910675
        },
        {
            "start": 1262910678,
            "stop": 1262910716
        }
    ]
}