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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=70",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 71,
    "results": [
        {
            "start": 816281306,
            "stop": 816281316
        },
        {
            "start": 816281505,
            "stop": 816281524
        },
        {
            "start": 816281531,
            "stop": 816281543
        },
        {
            "start": 816281864,
            "stop": 816282119
        },
        {
            "start": 816282126,
            "stop": 816282384
        },
        {
            "start": 816282391,
            "stop": 816282777
        },
        {
            "start": 816282784,
            "stop": 816282913
        },
        {
            "start": 816282920,
            "stop": 816282938
        },
        {
            "start": 816282951,
            "stop": 816283017
        },
        {
            "start": 816283024,
            "stop": 816283126
        },
        {
            "start": 816283133,
            "stop": 816283186
        },
        {
            "start": 816283193,
            "stop": 816283209
        },
        {
            "start": 816283216,
            "stop": 816283264
        },
        {
            "start": 816283276,
            "stop": 816283438
        },
        {
            "start": 816283445,
            "stop": 816283507
        },
        {
            "start": 816283514,
            "stop": 816283727
        },
        {
            "start": 816283734,
            "stop": 816283754
        },
        {
            "start": 816283761,
            "stop": 816283899
        },
        {
            "start": 816283912,
            "stop": 816283955
        },
        {
            "start": 816283962,
            "stop": 816284273
        }
    ]
}