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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=283",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 284,
    "results": [
        {
            "start": 857734670,
            "stop": 857734700
        },
        {
            "start": 857734714,
            "stop": 857734721
        },
        {
            "start": 857734750,
            "stop": 857734761
        },
        {
            "start": 857734774,
            "stop": 857734795
        },
        {
            "start": 857734799,
            "stop": 857734805
        },
        {
            "start": 857734842,
            "stop": 857734848
        },
        {
            "start": 857734852,
            "stop": 857735019
        },
        {
            "start": 857735028,
            "stop": 857735044
        },
        {
            "start": 857735048,
            "stop": 857735160
        },
        {
            "start": 857735163,
            "stop": 857735203
        },
        {
            "start": 857735207,
            "stop": 857735213
        },
        {
            "start": 857735217,
            "stop": 857735266
        },
        {
            "start": 857737223,
            "stop": 857737233
        },
        {
            "start": 857737241,
            "stop": 857738266
        },
        {
            "start": 857738311,
            "stop": 857738990
        },
        {
            "start": 857740952,
            "stop": 857740987
        },
        {
            "start": 857740991,
            "stop": 857741016
        },
        {
            "start": 857741020,
            "stop": 857741074
        },
        {
            "start": 857741078,
            "stop": 857741084
        },
        {
            "start": 857741097,
            "stop": 857741122
        }
    ]
}