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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=19",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 20,
    "results": [
        {
            "start": 956042430,
            "stop": 956042543
        },
        {
            "start": 956051766,
            "stop": 956051879
        },
        {
            "start": 956077846,
            "stop": 956077959
        },
        {
            "start": 956106190,
            "stop": 956106351
        },
        {
            "start": 956210006,
            "stop": 956210119
        },
        {
            "start": 956232302,
            "stop": 956232415
        },
        {
            "start": 956236126,
            "stop": 956236279
        },
        {
            "start": 956242590,
            "stop": 956242703
        },
        {
            "start": 956266686,
            "stop": 956266847
        },
        {
            "start": 956307470,
            "stop": 956307631
        },
        {
            "start": 956313062,
            "stop": 956313175
        },
        {
            "start": 956382663,
            "stop": 956382823
        },
        {
            "start": 956431727,
            "stop": 956431879
        },
        {
            "start": 956616846,
            "stop": 956616959
        },
        {
            "start": 956643334,
            "stop": 956643495
        },
        {
            "start": 956661934,
            "stop": 956662047
        },
        {
            "start": 956687030,
            "stop": 956687191
        },
        {
            "start": 956696983,
            "stop": 956697095
        },
        {
            "start": 956704903,
            "stop": 956705015
        },
        {
            "start": 956750310,
            "stop": 956750423
        }
    ]
}