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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8293",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8294,
    "results": [
        {
            "start": 874065854,
            "stop": 874066024
        },
        {
            "start": 874066042,
            "stop": 874066107
        },
        {
            "start": 874066126,
            "stop": 874066590
        },
        {
            "start": 874066607,
            "stop": 874066878
        },
        {
            "start": 874066895,
            "stop": 874067679
        },
        {
            "start": 874067696,
            "stop": 874067847
        },
        {
            "start": 874067864,
            "stop": 874067872
        },
        {
            "start": 874067889,
            "stop": 874067977
        },
        {
            "start": 874067994,
            "stop": 874068052
        },
        {
            "start": 874068069,
            "stop": 874068921
        },
        {
            "start": 874068938,
            "stop": 874069290
        },
        {
            "start": 874069309,
            "stop": 874069659
        },
        {
            "start": 874069676,
            "stop": 874069911
        },
        {
            "start": 874069928,
            "stop": 874070424
        },
        {
            "start": 874070544,
            "stop": 874070718
        },
        {
            "start": 874070737,
            "stop": 874071457
        },
        {
            "start": 874071474,
            "stop": 874071650
        },
        {
            "start": 874071667,
            "stop": 874073165
        },
        {
            "start": 874073182,
            "stop": 874073207
        },
        {
            "start": 874073224,
            "stop": 874073226
        }
    ]
}