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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16678",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16679,
    "results": [
        {
            "start": 874908910,
            "stop": 874908911
        },
        {
            "start": 874908912,
            "stop": 874909039
        },
        {
            "start": 874909040,
            "stop": 874909291
        },
        {
            "start": 874909293,
            "stop": 874909766
        },
        {
            "start": 874909767,
            "stop": 874910028
        },
        {
            "start": 874910029,
            "stop": 874910032
        },
        {
            "start": 874910034,
            "stop": 874910036
        },
        {
            "start": 874910037,
            "stop": 874910224
        },
        {
            "start": 874910225,
            "stop": 874910261
        },
        {
            "start": 874910264,
            "stop": 874910294
        },
        {
            "start": 874910297,
            "stop": 874910310
        },
        {
            "start": 874910312,
            "stop": 874910321
        },
        {
            "start": 874910322,
            "stop": 874910341
        },
        {
            "start": 874910344,
            "stop": 874910350
        },
        {
            "start": 874910353,
            "stop": 874910355
        },
        {
            "start": 874910356,
            "stop": 874910357
        },
        {
            "start": 874910358,
            "stop": 874910580
        },
        {
            "start": 874910581,
            "stop": 874910582
        },
        {
            "start": 874910583,
            "stop": 874910596
        },
        {
            "start": 874910600,
            "stop": 874910604
        }
    ]
}