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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10236",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10237,
    "results": [
        {
            "start": 874357791,
            "stop": 874357920
        },
        {
            "start": 874357980,
            "stop": 874358506
        },
        {
            "start": 874358523,
            "stop": 874358629
        },
        {
            "start": 874358665,
            "stop": 874358904
        },
        {
            "start": 874358921,
            "stop": 874359037
        },
        {
            "start": 874359044,
            "stop": 874359234
        },
        {
            "start": 874360110,
            "stop": 874360560
        },
        {
            "start": 874360596,
            "stop": 874360723
        },
        {
            "start": 874360776,
            "stop": 874361447
        },
        {
            "start": 874361483,
            "stop": 874361640
        },
        {
            "start": 874361700,
            "stop": 874361721
        },
        {
            "start": 874361757,
            "stop": 874361918
        },
        {
            "start": 874361956,
            "stop": 874362051
        },
        {
            "start": 874362090,
            "stop": 874362111
        },
        {
            "start": 874362147,
            "stop": 874362294
        },
        {
            "start": 874362417,
            "stop": 874363120
        },
        {
            "start": 874363160,
            "stop": 874363309
        },
        {
            "start": 874363529,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874365824
        },
        {
            "start": 874365841,
            "stop": 874366443
        }
    ]
}