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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=371",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 372,
    "results": [
        {
            "start": 1260925936,
            "stop": 1260926152
        },
        {
            "start": 1260926155,
            "stop": 1260926156
        },
        {
            "start": 1260926159,
            "stop": 1260926453
        },
        {
            "start": 1260926456,
            "stop": 1260926731
        },
        {
            "start": 1260926734,
            "stop": 1260926735
        },
        {
            "start": 1260926738,
            "stop": 1260927008
        },
        {
            "start": 1260927011,
            "stop": 1260927196
        },
        {
            "start": 1260927199,
            "stop": 1260928090
        },
        {
            "start": 1260928093,
            "stop": 1260928181
        },
        {
            "start": 1260928184,
            "stop": 1260928209
        },
        {
            "start": 1260928212,
            "stop": 1260928304
        },
        {
            "start": 1260928307,
            "stop": 1260928629
        },
        {
            "start": 1260928632,
            "stop": 1260928633
        },
        {
            "start": 1260928636,
            "stop": 1260928639
        },
        {
            "start": 1260928642,
            "stop": 1260928951
        },
        {
            "start": 1260928954,
            "stop": 1260928990
        },
        {
            "start": 1260928993,
            "stop": 1260929291
        },
        {
            "start": 1260929294,
            "stop": 1260929553
        },
        {
            "start": 1260929556,
            "stop": 1260929682
        },
        {
            "start": 1260929685,
            "stop": 1260929844
        }
    ]
}