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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=360",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 361,
    "results": [
        {
            "start": 821339391,
            "stop": 821340222
        },
        {
            "start": 821340239,
            "stop": 821341422
        },
        {
            "start": 821341425,
            "stop": 821342656
        },
        {
            "start": 821342660,
            "stop": 821343048
        },
        {
            "start": 821343051,
            "stop": 821344174
        },
        {
            "start": 821345092,
            "stop": 821345385
        },
        {
            "start": 821345388,
            "stop": 821346114
        },
        {
            "start": 821346234,
            "stop": 821346581
        },
        {
            "start": 821346584,
            "stop": 821346951
        },
        {
            "start": 821346954,
            "stop": 821347222
        },
        {
            "start": 821347239,
            "stop": 821347736
        },
        {
            "start": 821347755,
            "stop": 821347762
        },
        {
            "start": 821347781,
            "stop": 821348616
        },
        {
            "start": 821348635,
            "stop": 821348938
        },
        {
            "start": 821348957,
            "stop": 821348989
        },
        {
            "start": 821349008,
            "stop": 821349064
        },
        {
            "start": 821349068,
            "stop": 821349079
        },
        {
            "start": 821349098,
            "stop": 821349207
        },
        {
            "start": 821349226,
            "stop": 821349278
        },
        {
            "start": 821349297,
            "stop": 821349307
        }
    ]
}