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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=138",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 139,
    "results": [
        {
            "start": 864594933,
            "stop": 864604548
        },
        {
            "start": 864606396,
            "stop": 864606920
        },
        {
            "start": 864609162,
            "stop": 864612152
        },
        {
            "start": 864612912,
            "stop": 864628198
        },
        {
            "start": 864628645,
            "stop": 864660314
        },
        {
            "start": 864660954,
            "stop": 864673444
        },
        {
            "start": 864674589,
            "stop": 864678541
        },
        {
            "start": 864679149,
            "stop": 864751164
        },
        {
            "start": 864755555,
            "stop": 864761255
        },
        {
            "start": 864763235,
            "stop": 864766985
        },
        {
            "start": 864767647,
            "stop": 864767653
        },
        {
            "start": 864777331,
            "stop": 864777335
        },
        {
            "start": 864778412,
            "stop": 864778532
        },
        {
            "start": 864779414,
            "stop": 864785343
        },
        {
            "start": 864786068,
            "stop": 864859050
        },
        {
            "start": 864860030,
            "stop": 864921828
        },
        {
            "start": 864922632,
            "stop": 864963091
        },
        {
            "start": 864969383,
            "stop": 864969400
        },
        {
            "start": 864969908,
            "stop": 865019913
        },
        {
            "start": 865021114,
            "stop": 865029056
        }
    ]
}