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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=46",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 47,
    "results": [
        {
            "start": 829857178,
            "stop": 829860244
        },
        {
            "start": 829861360,
            "stop": 829886975
        },
        {
            "start": 829889195,
            "stop": 829893897
        },
        {
            "start": 829896356,
            "stop": 829928604
        },
        {
            "start": 829935935,
            "stop": 829936043
        },
        {
            "start": 829937064,
            "stop": 829937797
        },
        {
            "start": 829938886,
            "stop": 829942130
        },
        {
            "start": 829943062,
            "stop": 829943489
        },
        {
            "start": 829944195,
            "stop": 829948705
        },
        {
            "start": 829950956,
            "stop": 829956078
        },
        {
            "start": 829959579,
            "stop": 829981966
        },
        {
            "start": 829984451,
            "stop": 830012454
        },
        {
            "start": 830037434,
            "stop": 830037562
        },
        {
            "start": 830040713,
            "stop": 830044425
        },
        {
            "start": 830045027,
            "stop": 830057207
        },
        {
            "start": 830057803,
            "stop": 830058151
        },
        {
            "start": 830059261,
            "stop": 830063033
        },
        {
            "start": 830064455,
            "stop": 830096741
        },
        {
            "start": 830098437,
            "stop": 830102867
        },
        {
            "start": 830102941,
            "stop": 830113136
        }
    ]
}