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_CBCLOW_CAT2/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_CBCLOW_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 2,
    "results": [
        {
            "start": 815753043,
            "stop": 815757706
        },
        {
            "start": 815757713,
            "stop": 815758211
        },
        {
            "start": 815772558,
            "stop": 815773382
        },
        {
            "start": 815773388,
            "stop": 815773849
        },
        {
            "start": 815773878,
            "stop": 815775741
        },
        {
            "start": 815775748,
            "stop": 815775951
        },
        {
            "start": 815775962,
            "stop": 815776494
        },
        {
            "start": 815776501,
            "stop": 815776885
        },
        {
            "start": 815776912,
            "stop": 815777022
        },
        {
            "start": 815780978,
            "stop": 815783310
        },
        {
            "start": 815783317,
            "stop": 815784053
        },
        {
            "start": 815795295,
            "stop": 815795432
        },
        {
            "start": 815795438,
            "stop": 815795567
        },
        {
            "start": 815796003,
            "stop": 815798535
        },
        {
            "start": 815804799,
            "stop": 815805564
        },
        {
            "start": 815805571,
            "stop": 815805728
        },
        {
            "start": 815813402,
            "stop": 815817718
        },
        {
            "start": 815817719,
            "stop": 815820237
        },
        {
            "start": 815821081,
            "stop": 815826882
        },
        {
            "start": 815826895,
            "stop": 815827695
        }
    ]
}