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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=126",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 127,
    "results": [
        {
            "start": 931426942,
            "stop": 931427074
        },
        {
            "start": 931427076,
            "stop": 931427158
        },
        {
            "start": 931427160,
            "stop": 931427205
        },
        {
            "start": 931427206,
            "stop": 931427325
        },
        {
            "start": 931427327,
            "stop": 931427332
        },
        {
            "start": 931427334,
            "stop": 931427436
        },
        {
            "start": 931427438,
            "stop": 931427441
        },
        {
            "start": 931427442,
            "stop": 931427561
        },
        {
            "start": 931427563,
            "stop": 931427618
        },
        {
            "start": 931427620,
            "stop": 931427656
        },
        {
            "start": 931427659,
            "stop": 931427706
        },
        {
            "start": 931427708,
            "stop": 931427770
        },
        {
            "start": 931427772,
            "stop": 931427862
        },
        {
            "start": 931427864,
            "stop": 931427948
        },
        {
            "start": 931427950,
            "stop": 931427959
        },
        {
            "start": 931427961,
            "stop": 931427968
        },
        {
            "start": 931427970,
            "stop": 931428072
        },
        {
            "start": 931428074,
            "stop": 931428090
        },
        {
            "start": 931428092,
            "stop": 931428112
        },
        {
            "start": 931428114,
            "stop": 931428129
        }
    ]
}