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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 82,
    "results": [
        {
            "start": 817696206,
            "stop": 817696208
        },
        {
            "start": 817696217,
            "stop": 817696224
        },
        {
            "start": 817696227,
            "stop": 817696290
        },
        {
            "start": 817696293,
            "stop": 817696460
        },
        {
            "start": 817696463,
            "stop": 817696464
        },
        {
            "start": 817696470,
            "stop": 817696473
        },
        {
            "start": 817696477,
            "stop": 817696602
        },
        {
            "start": 817696605,
            "stop": 817698463
        },
        {
            "start": 817700009,
            "stop": 817700069
        },
        {
            "start": 817704087,
            "stop": 817705495
        },
        {
            "start": 817705500,
            "stop": 817705501
        },
        {
            "start": 817705504,
            "stop": 817705506
        },
        {
            "start": 817705509,
            "stop": 817705517
        },
        {
            "start": 817705525,
            "stop": 817709156
        },
        {
            "start": 817709159,
            "stop": 817713987
        },
        {
            "start": 817713990,
            "stop": 817714175
        },
        {
            "start": 817714181,
            "stop": 817714193
        },
        {
            "start": 817714196,
            "stop": 817714245
        },
        {
            "start": 817714248,
            "stop": 817714947
        },
        {
            "start": 817714950,
            "stop": 817714951
        }
    ]
}