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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1619",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1617",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1618,
    "results": [
        {
            "start": 954616324,
            "stop": 954616338
        },
        {
            "start": 954616340,
            "stop": 954616515
        },
        {
            "start": 954616517,
            "stop": 954616521
        },
        {
            "start": 954616525,
            "stop": 954616815
        },
        {
            "start": 954616817,
            "stop": 954617279
        },
        {
            "start": 954620718,
            "stop": 954625665
        },
        {
            "start": 954625668,
            "stop": 954625671
        },
        {
            "start": 954625673,
            "stop": 954625675
        },
        {
            "start": 954625678,
            "stop": 954625680
        },
        {
            "start": 954625684,
            "stop": 954628471
        },
        {
            "start": 954652931,
            "stop": 954658364
        },
        {
            "start": 954658365,
            "stop": 954662805
        },
        {
            "start": 954663229,
            "stop": 954667899
        },
        {
            "start": 954667901,
            "stop": 954668013
        },
        {
            "start": 954668015,
            "stop": 954670904
        },
        {
            "start": 954670906,
            "stop": 954678374
        },
        {
            "start": 954678377,
            "stop": 954678541
        },
        {
            "start": 954678542,
            "stop": 954679252
        },
        {
            "start": 954679254,
            "stop": 954679408
        },
        {
            "start": 954679410,
            "stop": 954679926
        }
    ]
}