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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1861
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=1862",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1860",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1861,
    "results": [
        {
            "start": 967287463,
            "stop": 967287497
        },
        {
            "start": 967287499,
            "stop": 967288032
        },
        {
            "start": 967288034,
            "stop": 967288041
        },
        {
            "start": 967288043,
            "stop": 967288229
        },
        {
            "start": 967288231,
            "stop": 967288488
        },
        {
            "start": 967288489,
            "stop": 967291598
        },
        {
            "start": 967323675,
            "stop": 967334427
        },
        {
            "start": 967334634,
            "stop": 967335313
        },
        {
            "start": 967336413,
            "stop": 967337657
        },
        {
            "start": 967338621,
            "stop": 967359054
        },
        {
            "start": 967359055,
            "stop": 967372414
        },
        {
            "start": 967372416,
            "stop": 967377574
        },
        {
            "start": 967377575,
            "stop": 967383269
        },
        {
            "start": 967385935,
            "stop": 967389444
        },
        {
            "start": 967395841,
            "stop": 967401604
        },
        {
            "start": 967401606,
            "stop": 967405859
        },
        {
            "start": 967405860,
            "stop": 967417004
        },
        {
            "start": 967417191,
            "stop": 967417228
        },
        {
            "start": 967418918,
            "stop": 967435904
        },
        {
            "start": 967435905,
            "stop": 967450793
        }
    ]
}