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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9958",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9959,
    "results": [
        {
            "start": 875012637,
            "stop": 875012642
        },
        {
            "start": 875012651,
            "stop": 875012665
        },
        {
            "start": 875012669,
            "stop": 875012673
        },
        {
            "start": 875012677,
            "stop": 875012683
        },
        {
            "start": 875012686,
            "stop": 875012699
        },
        {
            "start": 875012702,
            "stop": 875012726
        },
        {
            "start": 875012729,
            "stop": 875012768
        },
        {
            "start": 875012771,
            "stop": 875012790
        },
        {
            "start": 875012795,
            "stop": 875012798
        },
        {
            "start": 875012801,
            "stop": 875012803
        },
        {
            "start": 875012806,
            "stop": 875012830
        },
        {
            "start": 875012835,
            "stop": 875012844
        },
        {
            "start": 875012847,
            "stop": 875013097
        },
        {
            "start": 875013100,
            "stop": 875013175
        },
        {
            "start": 875013178,
            "stop": 875015174
        },
        {
            "start": 875021653,
            "stop": 875023081
        },
        {
            "start": 875036247,
            "stop": 875036447
        },
        {
            "start": 875036450,
            "stop": 875042589
        },
        {
            "start": 875042592,
            "stop": 875042601
        },
        {
            "start": 875042604,
            "stop": 875042707
        }
    ]
}