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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=98",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 99,
    "results": [
        {
            "start": 817297262,
            "stop": 817299222
        },
        {
            "start": 817299229,
            "stop": 817300480
        },
        {
            "start": 817300487,
            "stop": 817304575
        },
        {
            "start": 817304579,
            "stop": 817309303
        },
        {
            "start": 817309664,
            "stop": 817312609
        },
        {
            "start": 817312936,
            "stop": 817314151
        },
        {
            "start": 817314158,
            "stop": 817314537
        },
        {
            "start": 817314942,
            "stop": 817315241
        },
        {
            "start": 817334958,
            "stop": 817335833
        },
        {
            "start": 817335841,
            "stop": 817336228
        },
        {
            "start": 817336235,
            "stop": 817336319
        },
        {
            "start": 817336326,
            "stop": 817336448
        },
        {
            "start": 817336455,
            "stop": 817336873
        },
        {
            "start": 817336886,
            "stop": 817337191
        },
        {
            "start": 817337198,
            "stop": 817337209
        },
        {
            "start": 817337216,
            "stop": 817337600
        },
        {
            "start": 817337607,
            "stop": 817338007
        },
        {
            "start": 817338014,
            "stop": 817338403
        },
        {
            "start": 817338584,
            "stop": 817338744
        },
        {
            "start": 817338752,
            "stop": 817338903
        }
    ]
}