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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=91",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 92,
    "results": [
        {
            "start": 1174516106,
            "stop": 1174524942
        },
        {
            "start": 1174524945,
            "stop": 1174525560
        },
        {
            "start": 1174528914,
            "stop": 1174529990
        },
        {
            "start": 1174529994,
            "stop": 1174535729
        },
        {
            "start": 1174535733,
            "stop": 1174540921
        },
        {
            "start": 1174540924,
            "stop": 1174556479
        },
        {
            "start": 1174556483,
            "stop": 1174563517
        },
        {
            "start": 1174563892,
            "stop": 1174568180
        },
        {
            "start": 1174568184,
            "stop": 1174573364
        },
        {
            "start": 1174573368,
            "stop": 1174576932
        },
        {
            "start": 1174576937,
            "stop": 1174576940
        },
        {
            "start": 1174576941,
            "stop": 1174577239
        },
        {
            "start": 1174577240,
            "stop": 1174577242
        },
        {
            "start": 1174577243,
            "stop": 1174577245
        },
        {
            "start": 1174577246,
            "stop": 1174580787
        },
        {
            "start": 1174580790,
            "stop": 1174585400
        },
        {
            "start": 1174585403,
            "stop": 1174591071
        },
        {
            "start": 1174591074,
            "stop": 1174591793
        },
        {
            "start": 1174591797,
            "stop": 1174601577
        },
        {
            "start": 1174601580,
            "stop": 1174603976
        }
    ]
}