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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 1,
    "results": [
        {
            "start": 815200973,
            "stop": 815211833
        },
        {
            "start": 815211991,
            "stop": 815214704
        },
        {
            "start": 815215435,
            "stop": 815215913
        },
        {
            "start": 815215915,
            "stop": 815216067
        },
        {
            "start": 815216171,
            "stop": 815216341
        },
        {
            "start": 815217937,
            "stop": 815217974
        },
        {
            "start": 815219912,
            "stop": 815221302
        },
        {
            "start": 815221912,
            "stop": 815223724
        },
        {
            "start": 815223886,
            "stop": 815230076
        },
        {
            "start": 815231235,
            "stop": 815236328
        },
        {
            "start": 815236330,
            "stop": 815238073
        },
        {
            "start": 815238084,
            "stop": 815239832
        },
        {
            "start": 815239833,
            "stop": 815239834
        },
        {
            "start": 815239836,
            "stop": 815239943
        },
        {
            "start": 815240846,
            "stop": 815247153
        },
        {
            "start": 815247994,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815265588
        },
        {
            "start": 815265590,
            "stop": 815266813
        },
        {
            "start": 815267210,
            "stop": 815267724
        },
        {
            "start": 815267726,
            "stop": 815271379
        }
    ]
}