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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3265",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3266,
    "results": [
        {
            "start": 873413730,
            "stop": 873413989
        },
        {
            "start": 873415858,
            "stop": 873415872
        },
        {
            "start": 873416172,
            "stop": 873419153
        },
        {
            "start": 873419156,
            "stop": 873419163
        },
        {
            "start": 873419167,
            "stop": 873419170
        },
        {
            "start": 873419173,
            "stop": 873419396
        },
        {
            "start": 873419406,
            "stop": 873419410
        },
        {
            "start": 873419417,
            "stop": 873419760
        },
        {
            "start": 873419940,
            "stop": 873420000
        },
        {
            "start": 873420060,
            "stop": 873424459
        },
        {
            "start": 873431820,
            "stop": 873431880
        },
        {
            "start": 873432120,
            "stop": 873432240
        },
        {
            "start": 873432300,
            "stop": 873432360
        },
        {
            "start": 873432420,
            "stop": 873432660
        },
        {
            "start": 873432840,
            "stop": 873433020
        },
        {
            "start": 873433200,
            "stop": 873433260
        },
        {
            "start": 873433380,
            "stop": 873433440
        },
        {
            "start": 873433560,
            "stop": 873433800
        },
        {
            "start": 873433860,
            "stop": 873433920
        },
        {
            "start": 873433980,
            "stop": 873435990
        }
    ]
}