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=8783
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=8784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8782",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8783,
    "results": [
        {
            "start": 873471190,
            "stop": 873471590
        },
        {
            "start": 873471670,
            "stop": 873472455
        },
        {
            "start": 873472575,
            "stop": 873472970
        },
        {
            "start": 873473050,
            "stop": 873473750
        },
        {
            "start": 873473830,
            "stop": 873473870
        },
        {
            "start": 873474060,
            "stop": 873475180
        },
        {
            "start": 873475300,
            "stop": 873475934
        },
        {
            "start": 873475951,
            "stop": 873476972
        },
        {
            "start": 873476989,
            "stop": 873477348
        },
        {
            "start": 873477468,
            "stop": 873477656
        },
        {
            "start": 873477776,
            "stop": 873477859
        },
        {
            "start": 873478210,
            "stop": 873479450
        },
        {
            "start": 873479530,
            "stop": 873480108
        },
        {
            "start": 873480112,
            "stop": 873480959
        },
        {
            "start": 873480976,
            "stop": 873481190
        },
        {
            "start": 873481270,
            "stop": 873481450
        },
        {
            "start": 873481570,
            "stop": 873481979
        },
        {
            "start": 873484056,
            "stop": 873484607
        },
        {
            "start": 873484727,
            "stop": 873485004
        },
        {
            "start": 873485185,
            "stop": 873485837
        }
    ]
}