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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=55",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 56,
    "results": [
        {
            "start": 817696185,
            "stop": 817696186
        },
        {
            "start": 817696198,
            "stop": 817696201
        },
        {
            "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": 817698463
        },
        {
            "start": 817698466,
            "stop": 817698470
        },
        {
            "start": 817698475,
            "stop": 817698478
        },
        {
            "start": 817698481,
            "stop": 817698550
        },
        {
            "start": 817700009,
            "stop": 817700159
        },
        {
            "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
        }
    ]
}