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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16707",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16705",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16706,
    "results": [
        {
            "start": 874991001,
            "stop": 874991218
        },
        {
            "start": 874991222,
            "stop": 874991234
        },
        {
            "start": 874991235,
            "stop": 874991249
        },
        {
            "start": 874991250,
            "stop": 874991315
        },
        {
            "start": 874991317,
            "stop": 874991329
        },
        {
            "start": 874991332,
            "stop": 874991646
        },
        {
            "start": 874991648,
            "stop": 874991699
        },
        {
            "start": 874991700,
            "stop": 874991702
        },
        {
            "start": 874991703,
            "stop": 874991806
        },
        {
            "start": 874991808,
            "stop": 874992045
        },
        {
            "start": 874992046,
            "stop": 874992318
        },
        {
            "start": 874992319,
            "stop": 874992354
        },
        {
            "start": 874992355,
            "stop": 874992512
        },
        {
            "start": 874992513,
            "stop": 874992541
        },
        {
            "start": 874992544,
            "stop": 874992584
        },
        {
            "start": 874992588,
            "stop": 874992637
        },
        {
            "start": 874992639,
            "stop": 874992750
        },
        {
            "start": 874992753,
            "stop": 874992885
        },
        {
            "start": 874992886,
            "stop": 874992910
        },
        {
            "start": 874992912,
            "stop": 874993286
        }
    ]
}