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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=61",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 62,
    "results": [
        {
            "start": 817410780,
            "stop": 817410840
        },
        {
            "start": 817410960,
            "stop": 817411020
        },
        {
            "start": 817411080,
            "stop": 817411130
        },
        {
            "start": 817411210,
            "stop": 817411310
        },
        {
            "start": 817411450,
            "stop": 817411560
        },
        {
            "start": 817411860,
            "stop": 817411920
        },
        {
            "start": 817412040,
            "stop": 817412280
        },
        {
            "start": 817412340,
            "stop": 817412445
        },
        {
            "start": 817412452,
            "stop": 817412460
        },
        {
            "start": 817412520,
            "stop": 817412700
        },
        {
            "start": 817414689,
            "stop": 817415280
        },
        {
            "start": 817415340,
            "stop": 817415400
        },
        {
            "start": 817415640,
            "stop": 817415930
        },
        {
            "start": 817416120,
            "stop": 817416360
        },
        {
            "start": 817416420,
            "stop": 817416540
        },
        {
            "start": 817416660,
            "stop": 817416780
        },
        {
            "start": 817416900,
            "stop": 817417200
        },
        {
            "start": 817417320,
            "stop": 817417500
        },
        {
            "start": 817417918,
            "stop": 817417958
        },
        {
            "start": 817418110,
            "stop": 817418340
        }
    ]
}