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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=509",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=507",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 508,
    "results": [
        {
            "start": 866208180,
            "stop": 866210857
        },
        {
            "start": 866211934,
            "stop": 866221276
        },
        {
            "start": 866224286,
            "stop": 866224864
        },
        {
            "start": 866224987,
            "stop": 866226147
        },
        {
            "start": 866231603,
            "stop": 866240333
        },
        {
            "start": 866243355,
            "stop": 866262287
        },
        {
            "start": 866263682,
            "stop": 866268705
        },
        {
            "start": 866270910,
            "stop": 866278192
        },
        {
            "start": 866278193,
            "stop": 866289946
        },
        {
            "start": 866291304,
            "stop": 866291798
        },
        {
            "start": 866295713,
            "stop": 866297882
        },
        {
            "start": 866298924,
            "stop": 866301261
        },
        {
            "start": 866318245,
            "stop": 866318558
        },
        {
            "start": 866318968,
            "stop": 866321467
        },
        {
            "start": 866321469,
            "stop": 866326314
        },
        {
            "start": 866329153,
            "stop": 866332511
        },
        {
            "start": 866335196,
            "stop": 866335282
        },
        {
            "start": 866335376,
            "stop": 866338020
        },
        {
            "start": 866339730,
            "stop": 866339834
        },
        {
            "start": 866340202,
            "stop": 866340223
        }
    ]
}