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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=274",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 275,
    "results": [
        {
            "start": 866120890,
            "stop": 866132953
        },
        {
            "start": 866133082,
            "stop": 866144577
        },
        {
            "start": 866144971,
            "stop": 866184604
        },
        {
            "start": 866192605,
            "stop": 866205892
        },
        {
            "start": 866207797,
            "stop": 866207970
        },
        {
            "start": 866208180,
            "stop": 866210880
        },
        {
            "start": 866211934,
            "stop": 866221297
        },
        {
            "start": 866224286,
            "stop": 866224864
        },
        {
            "start": 866224987,
            "stop": 866226147
        },
        {
            "start": 866231603,
            "stop": 866240333
        },
        {
            "start": 866243355,
            "stop": 866262287
        },
        {
            "start": 866263682,
            "stop": 866268705
        },
        {
            "start": 866270910,
            "stop": 866289946
        },
        {
            "start": 866291304,
            "stop": 866291798
        },
        {
            "start": 866295713,
            "stop": 866297882
        },
        {
            "start": 866298924,
            "stop": 866301261
        },
        {
            "start": 866318245,
            "stop": 866318558
        },
        {
            "start": 866318968,
            "stop": 866326314
        },
        {
            "start": 866329153,
            "stop": 866332511
        },
        {
            "start": 866335196,
            "stop": 866335282
        }
    ]
}