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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=28",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 29,
    "results": [
        {
            "start": 931078083,
            "stop": 931078091
        },
        {
            "start": 931078092,
            "stop": 931078095
        },
        {
            "start": 931078097,
            "stop": 931078102
        },
        {
            "start": 931078106,
            "stop": 931078108
        },
        {
            "start": 931078110,
            "stop": 931078118
        },
        {
            "start": 931078119,
            "stop": 931078121
        },
        {
            "start": 931078122,
            "stop": 931078124
        },
        {
            "start": 931078125,
            "stop": 931078126
        },
        {
            "start": 931078127,
            "stop": 931078129
        },
        {
            "start": 931078131,
            "stop": 931078133
        },
        {
            "start": 931078136,
            "stop": 931078138
        },
        {
            "start": 931078139,
            "stop": 931078145
        },
        {
            "start": 931078149,
            "stop": 931078157
        },
        {
            "start": 931078159,
            "stop": 931078160
        },
        {
            "start": 931078161,
            "stop": 931078177
        },
        {
            "start": 931078179,
            "stop": 931078189
        },
        {
            "start": 931078192,
            "stop": 931078193
        },
        {
            "start": 931078196,
            "stop": 931078205
        },
        {
            "start": 931078207,
            "stop": 931078210
        },
        {
            "start": 931078211,
            "stop": 931078213
        }
    ]
}