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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=16",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 17,
    "results": [
        {
            "start": 931473479,
            "stop": 931474695
        },
        {
            "start": 931474701,
            "stop": 931474792
        },
        {
            "start": 931474798,
            "stop": 931475091
        },
        {
            "start": 931475097,
            "stop": 931475338
        },
        {
            "start": 931475347,
            "stop": 931477059
        },
        {
            "start": 931481941,
            "stop": 931481948
        },
        {
            "start": 931481977,
            "stop": 931481983
        },
        {
            "start": 931482012,
            "stop": 931482017
        },
        {
            "start": 931482030,
            "stop": 931482031
        },
        {
            "start": 931482130,
            "stop": 931482131
        },
        {
            "start": 931482144,
            "stop": 931482156
        },
        {
            "start": 931482171,
            "stop": 931482179
        },
        {
            "start": 931482212,
            "stop": 931482219
        },
        {
            "start": 931482250,
            "stop": 931482261
        },
        {
            "start": 931482268,
            "stop": 931482271
        },
        {
            "start": 931482317,
            "stop": 931482318
        },
        {
            "start": 931482325,
            "stop": 931482326
        },
        {
            "start": 931482355,
            "stop": 931482358
        },
        {
            "start": 931482367,
            "stop": 931482372
        },
        {
            "start": 931482413,
            "stop": 931482414
        }
    ]
}