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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3316",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3317,
    "results": [
        {
            "start": 875222521,
            "stop": 875223497
        },
        {
            "start": 875223500,
            "stop": 875224858
        },
        {
            "start": 875224861,
            "stop": 875224953
        },
        {
            "start": 875224956,
            "stop": 875225372
        },
        {
            "start": 875225375,
            "stop": 875226028
        },
        {
            "start": 875226031,
            "stop": 875226068
        },
        {
            "start": 875226072,
            "stop": 875226877
        },
        {
            "start": 875226880,
            "stop": 875226900
        },
        {
            "start": 875226960,
            "stop": 875227076
        },
        {
            "start": 875227079,
            "stop": 875227110
        },
        {
            "start": 875227113,
            "stop": 875227334
        },
        {
            "start": 875227337,
            "stop": 875228382
        },
        {
            "start": 875228385,
            "stop": 875229469
        },
        {
            "start": 875229472,
            "stop": 875230070
        },
        {
            "start": 875230073,
            "stop": 875232014
        }
    ]
}