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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8133",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8134,
    "results": [
        {
            "start": 970898013,
            "stop": 970898154
        },
        {
            "start": 970898157,
            "stop": 970898208
        },
        {
            "start": 970898211,
            "stop": 970898257
        },
        {
            "start": 970898261,
            "stop": 970898365
        },
        {
            "start": 970898368,
            "stop": 970898647
        },
        {
            "start": 970898650,
            "stop": 970898674
        },
        {
            "start": 970898677,
            "stop": 970898991
        },
        {
            "start": 970898994,
            "stop": 970899344
        },
        {
            "start": 970899347,
            "stop": 970899828
        },
        {
            "start": 970899831,
            "stop": 970900379
        },
        {
            "start": 970901164,
            "stop": 970901512
        },
        {
            "start": 970901515,
            "stop": 970901730
        },
        {
            "start": 970901733,
            "stop": 970901850
        },
        {
            "start": 970901856,
            "stop": 970901858
        },
        {
            "start": 970901861,
            "stop": 970901863
        },
        {
            "start": 970901869,
            "stop": 970901875
        },
        {
            "start": 970901881,
            "stop": 970901883
        },
        {
            "start": 970901889,
            "stop": 970901899
        },
        {
            "start": 970901905,
            "stop": 970901931
        },
        {
            "start": 970901937,
            "stop": 970902226
        }
    ]
}