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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2391",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2392,
    "results": [
        {
            "start": 873048618,
            "stop": 873051503
        },
        {
            "start": 873051589,
            "stop": 873052061
        },
        {
            "start": 873052097,
            "stop": 873052130
        },
        {
            "start": 873052210,
            "stop": 873052351
        },
        {
            "start": 873059096,
            "stop": 873059460
        },
        {
            "start": 873059520,
            "stop": 873059917
        },
        {
            "start": 873061768,
            "stop": 873064260
        },
        {
            "start": 873064320,
            "stop": 873065092
        },
        {
            "start": 873065101,
            "stop": 873065107
        },
        {
            "start": 873065114,
            "stop": 873065390
        },
        {
            "start": 873065470,
            "stop": 873066180
        },
        {
            "start": 873066240,
            "stop": 873066374
        },
        {
            "start": 873066391,
            "stop": 873066420
        },
        {
            "start": 873066487,
            "stop": 873067958
        },
        {
            "start": 873067962,
            "stop": 873068340
        },
        {
            "start": 873068400,
            "stop": 873068929
        },
        {
            "start": 873068946,
            "stop": 873069333
        },
        {
            "start": 873069350,
            "stop": 873070233
        },
        {
            "start": 873070250,
            "stop": 873070277
        },
        {
            "start": 873070294,
            "stop": 873071450
        }
    ]
}