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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=337",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 338,
    "results": [
        {
            "start": 821750184,
            "stop": 821750186
        },
        {
            "start": 821750189,
            "stop": 821750190
        },
        {
            "start": 821750193,
            "stop": 821750194
        },
        {
            "start": 821750197,
            "stop": 821750204
        },
        {
            "start": 821750207,
            "stop": 821750212
        },
        {
            "start": 821750215,
            "stop": 821750221
        },
        {
            "start": 821750224,
            "stop": 821750225
        },
        {
            "start": 821750228,
            "stop": 821750253
        },
        {
            "start": 821750256,
            "stop": 821750257
        },
        {
            "start": 821750260,
            "stop": 821750266
        },
        {
            "start": 821750269,
            "stop": 821750282
        },
        {
            "start": 821750285,
            "stop": 821750290
        },
        {
            "start": 821750302,
            "stop": 821750307
        },
        {
            "start": 821750310,
            "stop": 821750314
        },
        {
            "start": 821750318,
            "stop": 821750320
        },
        {
            "start": 821750323,
            "stop": 821750329
        },
        {
            "start": 821750335,
            "stop": 821750347
        },
        {
            "start": 821750350,
            "stop": 821750358
        },
        {
            "start": 821750363,
            "stop": 821750364
        },
        {
            "start": 821750368,
            "stop": 821750379
        }
    ]
}