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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=64",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 65,
    "results": [
        {
            "start": 1409023925,
            "stop": 1409023943
        },
        {
            "start": 1409023951,
            "stop": 1409023967
        },
        {
            "start": 1409023976,
            "stop": 1409024046
        },
        {
            "start": 1409024051,
            "stop": 1409024194
        },
        {
            "start": 1409024199,
            "stop": 1409024214
        },
        {
            "start": 1409024219,
            "stop": 1409024226
        },
        {
            "start": 1409024236,
            "stop": 1409024743
        },
        {
            "start": 1409024748,
            "stop": 1409024852
        },
        {
            "start": 1409024857,
            "stop": 1409024874
        },
        {
            "start": 1409034795,
            "stop": 1409034826
        },
        {
            "start": 1409034831,
            "stop": 1409037063
        },
        {
            "start": 1409037068,
            "stop": 1409037629
        },
        {
            "start": 1409037634,
            "stop": 1409037700
        },
        {
            "start": 1409037705,
            "stop": 1409037772
        },
        {
            "start": 1409037775,
            "stop": 1409037795
        },
        {
            "start": 1409037798,
            "stop": 1409037802
        },
        {
            "start": 1409037806,
            "stop": 1409038103
        },
        {
            "start": 1409038107,
            "stop": 1409047460
        },
        {
            "start": 1409047465,
            "stop": 1409052654
        },
        {
            "start": 1409052658,
            "stop": 1409054932
        }
    ]
}