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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=139",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 140,
    "results": [
        {
            "start": 865030494,
            "stop": 865030602
        },
        {
            "start": 865032163,
            "stop": 865055960
        },
        {
            "start": 865057078,
            "stop": 865085841
        },
        {
            "start": 865087101,
            "stop": 865090819
        },
        {
            "start": 865112914,
            "stop": 865129582
        },
        {
            "start": 865130469,
            "stop": 865134172
        },
        {
            "start": 865136436,
            "stop": 865181803
        },
        {
            "start": 865183088,
            "stop": 865183432
        },
        {
            "start": 865196704,
            "stop": 865196745
        },
        {
            "start": 865197432,
            "stop": 865198278
        },
        {
            "start": 865199093,
            "stop": 865199393
        },
        {
            "start": 865218434,
            "stop": 865281951
        },
        {
            "start": 865297518,
            "stop": 865330278
        },
        {
            "start": 865332938,
            "stop": 865345183
        },
        {
            "start": 865356001,
            "stop": 865364602
        },
        {
            "start": 865367802,
            "stop": 865374020
        },
        {
            "start": 865389878,
            "stop": 865397984
        },
        {
            "start": 865400553,
            "stop": 865465048
        },
        {
            "start": 865466399,
            "stop": 865474630
        },
        {
            "start": 865475370,
            "stop": 865490971
        }
    ]
}