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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5872",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5873,
    "results": [
        {
            "start": 874790890,
            "stop": 874791169
        },
        {
            "start": 874791172,
            "stop": 874791174
        },
        {
            "start": 874791177,
            "stop": 874791181
        },
        {
            "start": 874791185,
            "stop": 874791200
        },
        {
            "start": 874791203,
            "stop": 874791249
        },
        {
            "start": 874791252,
            "stop": 874791254
        },
        {
            "start": 874791257,
            "stop": 874791296
        },
        {
            "start": 874791299,
            "stop": 874791302
        },
        {
            "start": 874791305,
            "stop": 874791407
        },
        {
            "start": 874791410,
            "stop": 874791464
        },
        {
            "start": 874791467,
            "stop": 874791497
        },
        {
            "start": 874791500,
            "stop": 874791517
        },
        {
            "start": 874791520,
            "stop": 874791583
        },
        {
            "start": 874791586,
            "stop": 874791626
        },
        {
            "start": 874791629,
            "stop": 874791676
        },
        {
            "start": 874791679,
            "stop": 874791681
        },
        {
            "start": 874791684,
            "stop": 874791702
        },
        {
            "start": 874791705,
            "stop": 874791881
        },
        {
            "start": 874791884,
            "stop": 874791886
        },
        {
            "start": 874791889,
            "stop": 874791933
        }
    ]
}