Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=373
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=372",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 373,
    "results": [
        {
            "start": 829436070,
            "stop": 829436120
        },
        {
            "start": 829436122,
            "stop": 829436151
        },
        {
            "start": 829436156,
            "stop": 829436157
        },
        {
            "start": 829436159,
            "stop": 829436161
        },
        {
            "start": 829436163,
            "stop": 829436166
        },
        {
            "start": 829436168,
            "stop": 829436176
        },
        {
            "start": 829436180,
            "stop": 829436181
        },
        {
            "start": 829436193,
            "stop": 829436199
        },
        {
            "start": 829436205,
            "stop": 829436210
        },
        {
            "start": 829436218,
            "stop": 829436220
        },
        {
            "start": 829436223,
            "stop": 829436236
        },
        {
            "start": 829436240,
            "stop": 829436243
        },
        {
            "start": 829436245,
            "stop": 829436249
        },
        {
            "start": 829436251,
            "stop": 829436253
        },
        {
            "start": 829436255,
            "stop": 829436256
        },
        {
            "start": 829436259,
            "stop": 829436266
        },
        {
            "start": 829436269,
            "stop": 829436271
        },
        {
            "start": 829436273,
            "stop": 829436275
        },
        {
            "start": 829436278,
            "stop": 829436281
        },
        {
            "start": 829436288,
            "stop": 829436295
        }
    ]
}