Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=331",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 332,
    "results": [
        {
            "start": 844865448,
            "stop": 844869681
        },
        {
            "start": 844872407,
            "stop": 844874579
        },
        {
            "start": 844874581,
            "stop": 844880429
        },
        {
            "start": 844881232,
            "stop": 844882803
        },
        {
            "start": 844884462,
            "stop": 844890274
        },
        {
            "start": 844890593,
            "stop": 844891408
        },
        {
            "start": 844891566,
            "stop": 844903305
        },
        {
            "start": 844903307,
            "stop": 844906325
        },
        {
            "start": 844907146,
            "stop": 844908514
        },
        {
            "start": 844909550,
            "stop": 844912230
        },
        {
            "start": 844913398,
            "stop": 844916749
        },
        {
            "start": 844917218,
            "stop": 844922264
        },
        {
            "start": 844922368,
            "stop": 844922461
        },
        {
            "start": 844923326,
            "stop": 844923446
        },
        {
            "start": 844923544,
            "stop": 844924336
        },
        {
            "start": 844926354,
            "stop": 844929796
        },
        {
            "start": 844931750,
            "stop": 844941224
        },
        {
            "start": 844941303,
            "stop": 844945316
        },
        {
            "start": 844945471,
            "stop": 844947719
        },
        {
            "start": 844947721,
            "stop": 844958138
        }
    ]
}