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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9129",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9130,
    "results": [
        {
            "start": 875101366,
            "stop": 875101375
        },
        {
            "start": 875101415,
            "stop": 875101428
        },
        {
            "start": 875101453,
            "stop": 875101460
        },
        {
            "start": 875101494,
            "stop": 875101537
        },
        {
            "start": 875101556,
            "stop": 875101585
        },
        {
            "start": 875101608,
            "stop": 875101648
        },
        {
            "start": 875101665,
            "stop": 875101802
        },
        {
            "start": 875101824,
            "stop": 875101839
        },
        {
            "start": 875101877,
            "stop": 875101886
        },
        {
            "start": 875101905,
            "stop": 875101945
        },
        {
            "start": 875101964,
            "stop": 875101965
        },
        {
            "start": 875101984,
            "stop": 875102017
        },
        {
            "start": 875102043,
            "stop": 875102073
        },
        {
            "start": 875102157,
            "stop": 875102173
        },
        {
            "start": 875102192,
            "stop": 875102309
        },
        {
            "start": 875102330,
            "stop": 875102354
        },
        {
            "start": 875102386,
            "stop": 875102532
        },
        {
            "start": 875102551,
            "stop": 875102558
        },
        {
            "start": 875102584,
            "stop": 875102589
        },
        {
            "start": 875102611,
            "stop": 875103531
        }
    ]
}