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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=258",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 259,
    "results": [
        {
            "start": 862584149,
            "stop": 862597451
        },
        {
            "start": 862597986,
            "stop": 862599869
        },
        {
            "start": 862602918,
            "stop": 862605844
        },
        {
            "start": 862606310,
            "stop": 862630697
        },
        {
            "start": 862630700,
            "stop": 862646134
        },
        {
            "start": 862646960,
            "stop": 862668066
        },
        {
            "start": 862669174,
            "stop": 862671617
        },
        {
            "start": 862688851,
            "stop": 862689679
        },
        {
            "start": 862691864,
            "stop": 862697389
        },
        {
            "start": 862697393,
            "stop": 862698665
        },
        {
            "start": 862699990,
            "stop": 862701025
        },
        {
            "start": 862702967,
            "stop": 862704831
        },
        {
            "start": 862705720,
            "stop": 862705943
        },
        {
            "start": 862714895,
            "stop": 862714955
        },
        {
            "start": 862714958,
            "stop": 862716207
        },
        {
            "start": 862717081,
            "stop": 862732299
        },
        {
            "start": 862734908,
            "stop": 862768774
        },
        {
            "start": 862769604,
            "stop": 862770023
        },
        {
            "start": 862770065,
            "stop": 862770085
        },
        {
            "start": 862770102,
            "stop": 862770103
        }
    ]
}