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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=121",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 122,
    "results": [
        {
            "start": 931421715,
            "stop": 931421788
        },
        {
            "start": 931421789,
            "stop": 931421814
        },
        {
            "start": 931421816,
            "stop": 931421831
        },
        {
            "start": 931421833,
            "stop": 931421887
        },
        {
            "start": 931421889,
            "stop": 931421959
        },
        {
            "start": 931421960,
            "stop": 931421983
        },
        {
            "start": 931421985,
            "stop": 931422047
        },
        {
            "start": 931422049,
            "stop": 931422081
        },
        {
            "start": 931422083,
            "stop": 931422093
        },
        {
            "start": 931422094,
            "stop": 931422116
        },
        {
            "start": 931422118,
            "stop": 931422161
        },
        {
            "start": 931422163,
            "stop": 931422165
        },
        {
            "start": 931422167,
            "stop": 931422238
        },
        {
            "start": 931422239,
            "stop": 931422256
        },
        {
            "start": 931422257,
            "stop": 931422273
        },
        {
            "start": 931422275,
            "stop": 931422310
        },
        {
            "start": 931422312,
            "stop": 931422374
        },
        {
            "start": 931422376,
            "stop": 931422406
        },
        {
            "start": 931422408,
            "stop": 931422411
        },
        {
            "start": 931422415,
            "stop": 931422503
        }
    ]
}