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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=104",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 105,
    "results": [
        {
            "start": 931704896,
            "stop": 931704901
        },
        {
            "start": 931705099,
            "stop": 931705104
        },
        {
            "start": 931705141,
            "stop": 931705164
        },
        {
            "start": 931705184,
            "stop": 931705204
        },
        {
            "start": 931705581,
            "stop": 931705587
        },
        {
            "start": 931705620,
            "stop": 931705622
        },
        {
            "start": 931705657,
            "stop": 931705664
        },
        {
            "start": 931705904,
            "stop": 931705907
        },
        {
            "start": 931705956,
            "stop": 931705957
        },
        {
            "start": 931705978,
            "stop": 931705980
        },
        {
            "start": 931706037,
            "stop": 931706042
        },
        {
            "start": 931706064,
            "stop": 931706070
        },
        {
            "start": 931706160,
            "stop": 931706172
        },
        {
            "start": 931706212,
            "stop": 931706219
        },
        {
            "start": 931706275,
            "stop": 931706293
        },
        {
            "start": 931706387,
            "stop": 931706437
        },
        {
            "start": 931706463,
            "stop": 931706466
        },
        {
            "start": 931706484,
            "stop": 931706491
        },
        {
            "start": 931706530,
            "stop": 931706531
        },
        {
            "start": 931712194,
            "stop": 931712208
        }
    ]
}