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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=394",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 395,
    "results": [
        {
            "start": 821765026,
            "stop": 821765027
        },
        {
            "start": 821765031,
            "stop": 821765034
        },
        {
            "start": 821765046,
            "stop": 821765050
        },
        {
            "start": 821765057,
            "stop": 821765058
        },
        {
            "start": 821765064,
            "stop": 821765065
        },
        {
            "start": 821765068,
            "stop": 821765070
        },
        {
            "start": 821765075,
            "stop": 821765076
        },
        {
            "start": 821765082,
            "stop": 821765085
        },
        {
            "start": 821765097,
            "stop": 821765098
        },
        {
            "start": 821765113,
            "stop": 821765114
        },
        {
            "start": 821765117,
            "stop": 821765128
        },
        {
            "start": 821765140,
            "stop": 821765141
        },
        {
            "start": 821765153,
            "stop": 821765156
        },
        {
            "start": 821765162,
            "stop": 821765172
        },
        {
            "start": 821765183,
            "stop": 821765184
        },
        {
            "start": 821765191,
            "stop": 821765193
        },
        {
            "start": 821765196,
            "stop": 821765200
        },
        {
            "start": 821765206,
            "stop": 821765207
        },
        {
            "start": 821765223,
            "stop": 821765229
        },
        {
            "start": 821765232,
            "stop": 821765236
        }
    ]
}