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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8792",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8793,
    "results": [
        {
            "start": 873725640,
            "stop": 873726360
        },
        {
            "start": 873726420,
            "stop": 873727149
        },
        {
            "start": 873727269,
            "stop": 873728150
        },
        {
            "start": 873728230,
            "stop": 873728760
        },
        {
            "start": 873728896,
            "stop": 873729060
        },
        {
            "start": 873729120,
            "stop": 873729282
        },
        {
            "start": 873729299,
            "stop": 873729480
        },
        {
            "start": 873729540,
            "stop": 873729614
        },
        {
            "start": 873729734,
            "stop": 873730392
        },
        {
            "start": 873730510,
            "stop": 873730560
        },
        {
            "start": 873730620,
            "stop": 873731160
        },
        {
            "start": 873731280,
            "stop": 873731559
        },
        {
            "start": 873731713,
            "stop": 873731810
        },
        {
            "start": 873731950,
            "stop": 873732000
        },
        {
            "start": 873732060,
            "stop": 873732079
        },
        {
            "start": 873732240,
            "stop": 873732877
        },
        {
            "start": 873732970,
            "stop": 873733080
        },
        {
            "start": 873733320,
            "stop": 873733410
        },
        {
            "start": 873734082,
            "stop": 873734088
        },
        {
            "start": 873734880,
            "stop": 873735060
        }
    ]
}