Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=513
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=514",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=512",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 513,
    "results": [
        {
            "start": 963605450,
            "stop": 963611210
        },
        {
            "start": 963611250,
            "stop": 963672410
        },
        {
            "start": 963705626,
            "stop": 963717850
        },
        {
            "start": 963719161,
            "stop": 963745933
        },
        {
            "start": 963747533,
            "stop": 963751053
        },
        {
            "start": 963752286,
            "stop": 963752806
        },
        {
            "start": 963752846,
            "stop": 963758926
        },
        {
            "start": 963760848,
            "stop": 963762928
        },
        {
            "start": 963762968,
            "stop": 963779407
        },
        {
            "start": 963785011,
            "stop": 963811018
        },
        {
            "start": 963815495,
            "stop": 963829255
        },
        {
            "start": 963830679,
            "stop": 963845023
        },
        {
            "start": 963845026,
            "stop": 963849919
        },
        {
            "start": 963849959,
            "stop": 963852915
        },
        {
            "start": 963870642,
            "stop": 963871291
        },
        {
            "start": 963897626,
            "stop": 963901319
        },
        {
            "start": 963901758,
            "stop": 963902480
        },
        {
            "start": 963908762,
            "stop": 963928488
        },
        {
            "start": 963928492,
            "stop": 963934995
        },
        {
            "start": 963935945,
            "stop": 963951575
        }
    ]
}