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_CAT2/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_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 1,
    "results": [
        {
            "start": 815200973,
            "stop": 815211793
        },
        {
            "start": 815211832,
            "stop": 815211833
        },
        {
            "start": 815211991,
            "stop": 815214704
        },
        {
            "start": 815215435,
            "stop": 815215439
        },
        {
            "start": 815215442,
            "stop": 815215519
        },
        {
            "start": 815215522,
            "stop": 815215601
        },
        {
            "start": 815215604,
            "stop": 815215680
        },
        {
            "start": 815215683,
            "stop": 815215748
        },
        {
            "start": 815215751,
            "stop": 815215787
        },
        {
            "start": 815215790,
            "stop": 815215894
        },
        {
            "start": 815215897,
            "stop": 815215900
        },
        {
            "start": 815215903,
            "stop": 815215913
        },
        {
            "start": 815215915,
            "stop": 815215996
        },
        {
            "start": 815216000,
            "stop": 815216031
        },
        {
            "start": 815216034,
            "stop": 815216053
        },
        {
            "start": 815216065,
            "stop": 815216066
        },
        {
            "start": 815216171,
            "stop": 815216175
        },
        {
            "start": 815216178,
            "stop": 815216341
        },
        {
            "start": 815217937,
            "stop": 815217974
        },
        {
            "start": 815219912,
            "stop": 815221302
        }
    ]
}