Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=73
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=72",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 73,
    "results": [
        {
            "start": 826368328,
            "stop": 826380839
        },
        {
            "start": 826384559,
            "stop": 826387555
        },
        {
            "start": 826434933,
            "stop": 826467311
        },
        {
            "start": 826468188,
            "stop": 826469868
        },
        {
            "start": 826473302,
            "stop": 826477711
        },
        {
            "start": 826477719,
            "stop": 826478649
        },
        {
            "start": 826481668,
            "stop": 826489478
        },
        {
            "start": 826491598,
            "stop": 826547970
        },
        {
            "start": 826553416,
            "stop": 826556167
        },
        {
            "start": 826564401,
            "stop": 826564573
        },
        {
            "start": 826564593,
            "stop": 826564604
        },
        {
            "start": 826564614,
            "stop": 826564647
        },
        {
            "start": 826565254,
            "stop": 826568830
        },
        {
            "start": 826568944,
            "stop": 826571507
        },
        {
            "start": 826571701,
            "stop": 826573778
        },
        {
            "start": 826573786,
            "stop": 826574349
        },
        {
            "start": 826574357,
            "stop": 826643624
        },
        {
            "start": 826645094,
            "stop": 826648916
        },
        {
            "start": 826648924,
            "stop": 826656832
        },
        {
            "start": 826656841,
            "stop": 826658557
        }
    ]
}