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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=113",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 114,
    "results": [
        {
            "start": 834842567,
            "stop": 834844491
        },
        {
            "start": 834845499,
            "stop": 834846571
        },
        {
            "start": 834848376,
            "stop": 834850830
        },
        {
            "start": 834870058,
            "stop": 834870068
        },
        {
            "start": 834870070,
            "stop": 834873833
        },
        {
            "start": 834873840,
            "stop": 834873849
        },
        {
            "start": 834875129,
            "stop": 834878095
        },
        {
            "start": 834878969,
            "stop": 834882773
        },
        {
            "start": 834882780,
            "stop": 834896184
        },
        {
            "start": 834897114,
            "stop": 834906107
        },
        {
            "start": 834906993,
            "stop": 834930414
        },
        {
            "start": 834931844,
            "stop": 834932829
        },
        {
            "start": 834933728,
            "stop": 834948577
        },
        {
            "start": 834948898,
            "stop": 834950182
        },
        {
            "start": 834950321,
            "stop": 834950372
        },
        {
            "start": 834954624,
            "stop": 834954842
        },
        {
            "start": 834955940,
            "stop": 834960433
        },
        {
            "start": 834961469,
            "stop": 834963575
        },
        {
            "start": 834964591,
            "stop": 834972660
        },
        {
            "start": 834972661,
            "stop": 834972681
        }
    ]
}