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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=325",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 326,
    "results": [
        {
            "start": 823049470,
            "stop": 823050744
        },
        {
            "start": 823050751,
            "stop": 823052972
        },
        {
            "start": 823052979,
            "stop": 823055700
        },
        {
            "start": 823055890,
            "stop": 823056243
        },
        {
            "start": 823056250,
            "stop": 823056339
        },
        {
            "start": 823056346,
            "stop": 823058626
        },
        {
            "start": 823058634,
            "stop": 823059179
        },
        {
            "start": 823059187,
            "stop": 823059685
        },
        {
            "start": 823059692,
            "stop": 823059889
        },
        {
            "start": 823059896,
            "stop": 823060414
        },
        {
            "start": 823060421,
            "stop": 823061150
        },
        {
            "start": 823061230,
            "stop": 823061240
        },
        {
            "start": 823061247,
            "stop": 823061899
        },
        {
            "start": 823061906,
            "stop": 823062571
        },
        {
            "start": 823062585,
            "stop": 823062813
        },
        {
            "start": 823062820,
            "stop": 823063395
        },
        {
            "start": 823063403,
            "stop": 823063698
        },
        {
            "start": 823063705,
            "stop": 823063862
        },
        {
            "start": 823063871,
            "stop": 823064003
        },
        {
            "start": 823064011,
            "stop": 823064499
        }
    ]
}