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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4907",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4908,
    "results": [
        {
            "start": 875135551,
            "stop": 875135600
        },
        {
            "start": 875135667,
            "stop": 875135680
        },
        {
            "start": 875135699,
            "stop": 875135718
        },
        {
            "start": 875135745,
            "stop": 875135750
        },
        {
            "start": 875135769,
            "stop": 875135771
        },
        {
            "start": 875135790,
            "stop": 875135858
        },
        {
            "start": 875135877,
            "stop": 875135916
        },
        {
            "start": 875136056,
            "stop": 875136086
        },
        {
            "start": 875136180,
            "stop": 875136341
        },
        {
            "start": 875136360,
            "stop": 875136367
        },
        {
            "start": 875136387,
            "stop": 875136398
        },
        {
            "start": 875136418,
            "stop": 875136470
        },
        {
            "start": 875136495,
            "stop": 875136501
        },
        {
            "start": 875136526,
            "stop": 875136707
        },
        {
            "start": 875136779,
            "stop": 875136806
        },
        {
            "start": 875136826,
            "stop": 875136845
        },
        {
            "start": 875136864,
            "stop": 875136873
        },
        {
            "start": 875136904,
            "stop": 875136919
        },
        {
            "start": 875136950,
            "stop": 875136983
        },
        {
            "start": 875137002,
            "stop": 875137151
        }
    ]
}