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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 121,
    "results": [
        {
            "start": 1415152113,
            "stop": 1415152195
        },
        {
            "start": 1415152200,
            "stop": 1415152865
        },
        {
            "start": 1415152869,
            "stop": 1415155344
        },
        {
            "start": 1415159623,
            "stop": 1415166378
        },
        {
            "start": 1415166383,
            "stop": 1415166384
        },
        {
            "start": 1415166389,
            "stop": 1415166391
        },
        {
            "start": 1415166396,
            "stop": 1415166398
        },
        {
            "start": 1415166403,
            "stop": 1415169436
        },
        {
            "start": 1415169441,
            "stop": 1415176329
        },
        {
            "start": 1415184140,
            "stop": 1415184372
        },
        {
            "start": 1415187908,
            "stop": 1415193451
        },
        {
            "start": 1415198409,
            "stop": 1415198546
        },
        {
            "start": 1415222682,
            "stop": 1415226710
        },
        {
            "start": 1415226715,
            "stop": 1415232423
        },
        {
            "start": 1415235250,
            "stop": 1415242934
        },
        {
            "start": 1415242938,
            "stop": 1415243959
        },
        {
            "start": 1415250203,
            "stop": 1415250491
        },
        {
            "start": 1415250723,
            "stop": 1415250900
        },
        {
            "start": 1415262684,
            "stop": 1415264933
        },
        {
            "start": 1415268578,
            "stop": 1415269104
        }
    ]
}