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=8889
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=8890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8888",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8889,
    "results": [
        {
            "start": 875148533,
            "stop": 875148707
        },
        {
            "start": 875148724,
            "stop": 875149010
        },
        {
            "start": 875149090,
            "stop": 875149130
        },
        {
            "start": 875149210,
            "stop": 875150557
        },
        {
            "start": 875150815,
            "stop": 875151331
        },
        {
            "start": 875151348,
            "stop": 875153427
        },
        {
            "start": 875153603,
            "stop": 875153809
        },
        {
            "start": 875153826,
            "stop": 875153953
        },
        {
            "start": 875153970,
            "stop": 875153985
        },
        {
            "start": 875163780,
            "stop": 875163840
        },
        {
            "start": 875163960,
            "stop": 875164020
        },
        {
            "start": 875164320,
            "stop": 875164440
        },
        {
            "start": 875164500,
            "stop": 875164680
        },
        {
            "start": 875164740,
            "stop": 875165100
        },
        {
            "start": 875165160,
            "stop": 875166000
        },
        {
            "start": 875166060,
            "stop": 875166180
        },
        {
            "start": 875176380,
            "stop": 875176440
        },
        {
            "start": 875176740,
            "stop": 875176860
        },
        {
            "start": 875177340,
            "stop": 875177400
        },
        {
            "start": 875177460,
            "stop": 875177640
        }
    ]
}