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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=286",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 287,
    "results": [
        {
            "start": 968640429,
            "stop": 968640433
        },
        {
            "start": 968640437,
            "stop": 968640452
        },
        {
            "start": 968640454,
            "stop": 968640456
        },
        {
            "start": 968640464,
            "stop": 968640468
        },
        {
            "start": 968640482,
            "stop": 968640484
        },
        {
            "start": 968640491,
            "stop": 968640513
        },
        {
            "start": 968640533,
            "stop": 968640554
        },
        {
            "start": 968640557,
            "stop": 968640568
        },
        {
            "start": 968640573,
            "stop": 968640590
        },
        {
            "start": 968640596,
            "stop": 968640605
        },
        {
            "start": 968640612,
            "stop": 968640632
        },
        {
            "start": 968640646,
            "stop": 968640668
        },
        {
            "start": 968640674,
            "stop": 968640691
        },
        {
            "start": 968640694,
            "stop": 968640702
        },
        {
            "start": 968640710,
            "stop": 968640711
        },
        {
            "start": 968640721,
            "stop": 968640787
        },
        {
            "start": 968640790,
            "stop": 968640791
        },
        {
            "start": 968640803,
            "stop": 968640807
        },
        {
            "start": 968640810,
            "stop": 968640811
        },
        {
            "start": 968640817,
            "stop": 968640819
        }
    ]
}