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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=232",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 233,
    "results": [
        {
            "start": 958617950,
            "stop": 958618176
        },
        {
            "start": 958618182,
            "stop": 958618218
        },
        {
            "start": 958618223,
            "stop": 958618247
        },
        {
            "start": 958618252,
            "stop": 958618254
        },
        {
            "start": 958618257,
            "stop": 958618276
        },
        {
            "start": 958618280,
            "stop": 958618293
        },
        {
            "start": 958618300,
            "stop": 958618310
        },
        {
            "start": 958618314,
            "stop": 958618393
        },
        {
            "start": 958618399,
            "stop": 958618450
        },
        {
            "start": 958618455,
            "stop": 958618537
        },
        {
            "start": 958618540,
            "stop": 958618583
        },
        {
            "start": 958618586,
            "stop": 958619372
        },
        {
            "start": 958619374,
            "stop": 958620271
        },
        {
            "start": 958620276,
            "stop": 958620388
        },
        {
            "start": 958620391,
            "stop": 958621447
        },
        {
            "start": 958621449,
            "stop": 958624055
        },
        {
            "start": 958624061,
            "stop": 958624067
        },
        {
            "start": 958624070,
            "stop": 958624130
        },
        {
            "start": 958624134,
            "stop": 958624135
        },
        {
            "start": 958624138,
            "stop": 958624279
        }
    ]
}