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_CW_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_CW_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 2,
    "results": [
        {
            "start": 815758210,
            "stop": 815758213
        },
        {
            "start": 815772558,
            "stop": 815773813
        },
        {
            "start": 815773847,
            "stop": 815773850
        },
        {
            "start": 815773878,
            "stop": 815775913
        },
        {
            "start": 815775949,
            "stop": 815775952
        },
        {
            "start": 815775973,
            "stop": 815776887
        },
        {
            "start": 815776912,
            "stop": 815776992
        },
        {
            "start": 815780978,
            "stop": 815784013
        },
        {
            "start": 815784050,
            "stop": 815784054
        },
        {
            "start": 815795295,
            "stop": 815795533
        },
        {
            "start": 815795565,
            "stop": 815795567
        },
        {
            "start": 815796003,
            "stop": 815798508
        },
        {
            "start": 815804799,
            "stop": 815805673
        },
        {
            "start": 815805725,
            "stop": 815805728
        },
        {
            "start": 815813402,
            "stop": 815817718
        },
        {
            "start": 815817719,
            "stop": 815820237
        },
        {
            "start": 815821081,
            "stop": 815826882
        },
        {
            "start": 815826885,
            "stop": 815827695
        },
        {
            "start": 815827698,
            "stop": 815833207
        },
        {
            "start": 815833210,
            "stop": 815836093
        }
    ]
}