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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=26",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 27,
    "results": [
        {
            "start": 931163974,
            "stop": 931163975
        },
        {
            "start": 931163977,
            "stop": 931163978
        },
        {
            "start": 931163983,
            "stop": 931163984
        },
        {
            "start": 931163998,
            "stop": 931164003
        },
        {
            "start": 931164019,
            "stop": 931164020
        },
        {
            "start": 931164025,
            "stop": 931164026
        },
        {
            "start": 931164029,
            "stop": 931164030
        },
        {
            "start": 931164075,
            "stop": 931164077
        },
        {
            "start": 931164090,
            "stop": 931164091
        },
        {
            "start": 931164114,
            "stop": 931164115
        },
        {
            "start": 931164197,
            "stop": 931164198
        },
        {
            "start": 931164200,
            "stop": 931164201
        },
        {
            "start": 931164227,
            "stop": 931164228
        },
        {
            "start": 931164234,
            "stop": 931164237
        },
        {
            "start": 931164245,
            "stop": 931164247
        },
        {
            "start": 931164257,
            "stop": 931164258
        },
        {
            "start": 931164263,
            "stop": 931164264
        },
        {
            "start": 931164268,
            "stop": 931164269
        },
        {
            "start": 931164326,
            "stop": 931164327
        },
        {
            "start": 931164334,
            "stop": 931164337
        }
    ]
}