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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=300",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 301,
    "results": [
        {
            "start": 818241969,
            "stop": 818241974
        },
        {
            "start": 818241978,
            "stop": 818241980
        },
        {
            "start": 818241984,
            "stop": 818241988
        },
        {
            "start": 818241994,
            "stop": 818241998
        },
        {
            "start": 818242006,
            "stop": 818242007
        },
        {
            "start": 818242038,
            "stop": 818242039
        },
        {
            "start": 818242044,
            "stop": 818242048
        },
        {
            "start": 818242058,
            "stop": 818242062
        },
        {
            "start": 818242071,
            "stop": 818242078
        },
        {
            "start": 818242086,
            "stop": 818242087
        },
        {
            "start": 818242099,
            "stop": 818242100
        },
        {
            "start": 818242103,
            "stop": 818242104
        },
        {
            "start": 818242127,
            "stop": 818242130
        },
        {
            "start": 818242138,
            "stop": 818242141
        },
        {
            "start": 818242152,
            "stop": 818242155
        },
        {
            "start": 818242158,
            "stop": 818242163
        },
        {
            "start": 818242170,
            "stop": 818242173
        },
        {
            "start": 818242176,
            "stop": 818242178
        },
        {
            "start": 818242212,
            "stop": 818242213
        },
        {
            "start": 818242217,
            "stop": 818242220
        }
    ]
}