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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 2,
    "results": [
        {
            "start": 815757709,
            "stop": 815758212
        },
        {
            "start": 815772558,
            "stop": 815773383
        },
        {
            "start": 815773384,
            "stop": 815773850
        },
        {
            "start": 815773878,
            "stop": 815775742
        },
        {
            "start": 815775744,
            "stop": 815775952
        },
        {
            "start": 815775960,
            "stop": 815776495
        },
        {
            "start": 815776497,
            "stop": 815776886
        },
        {
            "start": 815776912,
            "stop": 815776992
        },
        {
            "start": 815780978,
            "stop": 815783311
        },
        {
            "start": 815783313,
            "stop": 815784054
        },
        {
            "start": 815795295,
            "stop": 815795433
        },
        {
            "start": 815795434,
            "stop": 815795567
        },
        {
            "start": 815796003,
            "stop": 815798508
        },
        {
            "start": 815804799,
            "stop": 815805565
        },
        {
            "start": 815805567,
            "stop": 815805728
        },
        {
            "start": 815813402,
            "stop": 815817718
        },
        {
            "start": 815817719,
            "stop": 815820237
        },
        {
            "start": 815821081,
            "stop": 815826882
        },
        {
            "start": 815826885,
            "stop": 815827695
        },
        {
            "start": 815827698,
            "stop": 815833207
        }
    ]
}