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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3750",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3751,
    "results": [
        {
            "start": 873964541,
            "stop": 873964709
        },
        {
            "start": 873964726,
            "stop": 873964893
        },
        {
            "start": 873964910,
            "stop": 873966492
        },
        {
            "start": 873966509,
            "stop": 873967218
        },
        {
            "start": 873967235,
            "stop": 873969071
        },
        {
            "start": 873969103,
            "stop": 873969282
        },
        {
            "start": 873969299,
            "stop": 873969330
        },
        {
            "start": 873969347,
            "stop": 873970281
        },
        {
            "start": 873970298,
            "stop": 873974509
        },
        {
            "start": 873974526,
            "stop": 873974783
        },
        {
            "start": 873974800,
            "stop": 873975551
        },
        {
            "start": 873975568,
            "stop": 873975781
        },
        {
            "start": 873975799,
            "stop": 873975889
        },
        {
            "start": 873975906,
            "stop": 873976097
        },
        {
            "start": 873976114,
            "stop": 873976292
        },
        {
            "start": 873976309,
            "stop": 873976713
        },
        {
            "start": 873976730,
            "stop": 873977153
        },
        {
            "start": 873977170,
            "stop": 873977696
        },
        {
            "start": 873977713,
            "stop": 873977767
        },
        {
            "start": 873977784,
            "stop": 873978116
        }
    ]
}