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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=169",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 170,
    "results": [
        {
            "start": 931538112,
            "stop": 931538113
        },
        {
            "start": 931538118,
            "stop": 931538119
        },
        {
            "start": 931538122,
            "stop": 931538137
        },
        {
            "start": 931538139,
            "stop": 931538170
        },
        {
            "start": 931538173,
            "stop": 931538174
        },
        {
            "start": 931538179,
            "stop": 931538180
        },
        {
            "start": 931538182,
            "stop": 931538183
        },
        {
            "start": 931538190,
            "stop": 931538202
        },
        {
            "start": 931538207,
            "stop": 931538208
        },
        {
            "start": 931538212,
            "stop": 931538213
        },
        {
            "start": 931538216,
            "stop": 931538218
        },
        {
            "start": 931538220,
            "stop": 931538225
        },
        {
            "start": 931538230,
            "stop": 931538240
        },
        {
            "start": 931538242,
            "stop": 931538259
        },
        {
            "start": 931538263,
            "stop": 931538264
        },
        {
            "start": 931538266,
            "stop": 931538268
        },
        {
            "start": 931538270,
            "stop": 931538276
        },
        {
            "start": 931538277,
            "stop": 931538331
        },
        {
            "start": 931538334,
            "stop": 931538337
        },
        {
            "start": 931538338,
            "stop": 931538347
        }
    ]
}