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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=273",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 274,
    "results": [
        {
            "start": 817982134,
            "stop": 817982163
        },
        {
            "start": 817982182,
            "stop": 817982191
        },
        {
            "start": 817982211,
            "stop": 817982225
        },
        {
            "start": 817982259,
            "stop": 817982264
        },
        {
            "start": 817982283,
            "stop": 817982646
        },
        {
            "start": 817982666,
            "stop": 817982771
        },
        {
            "start": 817982819,
            "stop": 817982857
        },
        {
            "start": 817982933,
            "stop": 817983153
        },
        {
            "start": 817983185,
            "stop": 817983186
        },
        {
            "start": 817983207,
            "stop": 817983246
        },
        {
            "start": 817983265,
            "stop": 817983277
        },
        {
            "start": 817983296,
            "stop": 817983546
        },
        {
            "start": 817983567,
            "stop": 817983590
        },
        {
            "start": 817983609,
            "stop": 817983827
        },
        {
            "start": 817983847,
            "stop": 817983948
        },
        {
            "start": 817983968,
            "stop": 817984074
        },
        {
            "start": 817984094,
            "stop": 817984180
        },
        {
            "start": 817984201,
            "stop": 817984322
        },
        {
            "start": 817984356,
            "stop": 817984373
        },
        {
            "start": 817984404,
            "stop": 817984444
        }
    ]
}