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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=326",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 327,
    "results": [
        {
            "start": 821747307,
            "stop": 821747310
        },
        {
            "start": 821747313,
            "stop": 821747319
        },
        {
            "start": 821747325,
            "stop": 821747333
        },
        {
            "start": 821747336,
            "stop": 821747339
        },
        {
            "start": 821747342,
            "stop": 821747345
        },
        {
            "start": 821747350,
            "stop": 821747352
        },
        {
            "start": 821747365,
            "stop": 821747370
        },
        {
            "start": 821747373,
            "stop": 821747374
        },
        {
            "start": 821747377,
            "stop": 821747378
        },
        {
            "start": 821747381,
            "stop": 821747385
        },
        {
            "start": 821747388,
            "stop": 821747389
        },
        {
            "start": 821747392,
            "stop": 821747436
        },
        {
            "start": 821747439,
            "stop": 821747474
        },
        {
            "start": 821747477,
            "stop": 821747481
        },
        {
            "start": 821747485,
            "stop": 821747502
        },
        {
            "start": 821747507,
            "stop": 821747519
        },
        {
            "start": 821747523,
            "stop": 821747530
        },
        {
            "start": 821747535,
            "stop": 821747537
        },
        {
            "start": 821747540,
            "stop": 821747543
        },
        {
            "start": 821747546,
            "stop": 821747558
        }
    ]
}