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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=227",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 228,
    "results": [
        {
            "start": 933984869,
            "stop": 933984929
        },
        {
            "start": 933984989,
            "stop": 933985049
        },
        {
            "start": 933985289,
            "stop": 933985349
        },
        {
            "start": 933985995,
            "stop": 933986129
        },
        {
            "start": 933986249,
            "stop": 933986369
        },
        {
            "start": 933986429,
            "stop": 933986482
        },
        {
            "start": 933986485,
            "stop": 933986712
        },
        {
            "start": 933986954,
            "stop": 933987029
        },
        {
            "start": 933987089,
            "stop": 933987149
        },
        {
            "start": 933987269,
            "stop": 933987449
        },
        {
            "start": 933987509,
            "stop": 933987809
        },
        {
            "start": 933987869,
            "stop": 933988169
        },
        {
            "start": 933988229,
            "stop": 933988409
        },
        {
            "start": 933988469,
            "stop": 933988531
        },
        {
            "start": 933988550,
            "stop": 933988606
        },
        {
            "start": 933990657,
            "stop": 933992955
        },
        {
            "start": 933993195,
            "stop": 933993356
        },
        {
            "start": 933993359,
            "stop": 933993696
        },
        {
            "start": 933993816,
            "stop": 933993912
        },
        {
            "start": 933993915,
            "stop": 933994409
        }
    ]
}