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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7070",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7071,
    "results": [
        {
            "start": 874296694,
            "stop": 874297177
        },
        {
            "start": 874297180,
            "stop": 874297181
        },
        {
            "start": 874297184,
            "stop": 874297208
        },
        {
            "start": 874297214,
            "stop": 874297281
        },
        {
            "start": 874297285,
            "stop": 874297570
        },
        {
            "start": 874297573,
            "stop": 874298036
        },
        {
            "start": 874298039,
            "stop": 874298047
        },
        {
            "start": 874298050,
            "stop": 874298054
        },
        {
            "start": 874298057,
            "stop": 874298081
        },
        {
            "start": 874298084,
            "stop": 874298096
        },
        {
            "start": 874298099,
            "stop": 874298122
        },
        {
            "start": 874298125,
            "stop": 874298160
        },
        {
            "start": 874298417,
            "stop": 874298767
        },
        {
            "start": 874298885,
            "stop": 874298914
        },
        {
            "start": 874298917,
            "stop": 874298918
        },
        {
            "start": 874298924,
            "stop": 874299120
        },
        {
            "start": 874299180,
            "stop": 874299251
        },
        {
            "start": 874299254,
            "stop": 874299311
        },
        {
            "start": 874299315,
            "stop": 874299319
        },
        {
            "start": 874299322,
            "stop": 874299335
        }
    ]
}