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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5072",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5073,
    "results": [
        {
            "start": 874615443,
            "stop": 874615626
        },
        {
            "start": 874615633,
            "stop": 874615726
        },
        {
            "start": 874615733,
            "stop": 874615759
        },
        {
            "start": 874615766,
            "stop": 874615770
        },
        {
            "start": 874615846,
            "stop": 874615853
        },
        {
            "start": 874615860,
            "stop": 874615877
        },
        {
            "start": 874615884,
            "stop": 874615897
        },
        {
            "start": 874615904,
            "stop": 874615912
        },
        {
            "start": 874615925,
            "stop": 874615962
        },
        {
            "start": 874615973,
            "stop": 874615993
        },
        {
            "start": 874616006,
            "stop": 874616062
        },
        {
            "start": 874616070,
            "stop": 874616072
        },
        {
            "start": 874616079,
            "stop": 874616083
        },
        {
            "start": 874616097,
            "stop": 874616106
        },
        {
            "start": 874616113,
            "stop": 874616127
        },
        {
            "start": 874616135,
            "stop": 874616215
        },
        {
            "start": 874616222,
            "stop": 874616259
        },
        {
            "start": 874616269,
            "stop": 874616272
        },
        {
            "start": 874616280,
            "stop": 874616294
        },
        {
            "start": 874616301,
            "stop": 874616316
        }
    ]
}