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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=91",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 92,
    "results": [
        {
            "start": 818574916,
            "stop": 818574922
        },
        {
            "start": 818574959,
            "stop": 818575308
        },
        {
            "start": 818575445,
            "stop": 818575693
        },
        {
            "start": 818577371,
            "stop": 818596020
        },
        {
            "start": 818596080,
            "stop": 818603306
        },
        {
            "start": 818603310,
            "stop": 818604193
        },
        {
            "start": 818606090,
            "stop": 818609100
        },
        {
            "start": 818609160,
            "stop": 818609280
        },
        {
            "start": 818609400,
            "stop": 818609700
        },
        {
            "start": 818609820,
            "stop": 818610000
        },
        {
            "start": 818610060,
            "stop": 818611320
        },
        {
            "start": 818611380,
            "stop": 818611920
        },
        {
            "start": 818611980,
            "stop": 818612150
        },
        {
            "start": 818612280,
            "stop": 818612640
        },
        {
            "start": 818612700,
            "stop": 818612760
        },
        {
            "start": 818612820,
            "stop": 818613060
        },
        {
            "start": 818613180,
            "stop": 818613300
        },
        {
            "start": 818613360,
            "stop": 818613660
        },
        {
            "start": 818613720,
            "stop": 818616793
        },
        {
            "start": 818617456,
            "stop": 818618280
        }
    ]
}