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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=161",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 162,
    "results": [
        {
            "start": 875077151,
            "stop": 875104038
        },
        {
            "start": 875106680,
            "stop": 875109321
        },
        {
            "start": 875109875,
            "stop": 875120291
        },
        {
            "start": 875123026,
            "stop": 875154079
        },
        {
            "start": 875162343,
            "stop": 875166367
        },
        {
            "start": 875167223,
            "stop": 875167225
        },
        {
            "start": 875171323,
            "stop": 875182052
        },
        {
            "start": 875183761,
            "stop": 875200553
        },
        {
            "start": 875201640,
            "stop": 875230303
        },
        {
            "start": 875231472,
            "stop": 875232014
        }
    ]
}