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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9795",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9796,
    "results": [
        {
            "start": 873346859,
            "stop": 873347088
        },
        {
            "start": 873347105,
            "stop": 873348345
        },
        {
            "start": 873348362,
            "stop": 873349800
        },
        {
            "start": 873349889,
            "stop": 873350348
        },
        {
            "start": 873350365,
            "stop": 873350380
        },
        {
            "start": 873350397,
            "stop": 873350520
        },
        {
            "start": 873350640,
            "stop": 873352440
        },
        {
            "start": 873352500,
            "stop": 873352743
        },
        {
            "start": 873352760,
            "stop": 873352844
        },
        {
            "start": 873352861,
            "stop": 873353040
        },
        {
            "start": 873353057,
            "stop": 873354098
        },
        {
            "start": 873354115,
            "stop": 873354360
        },
        {
            "start": 873354423,
            "stop": 873354457
        },
        {
            "start": 873354474,
            "stop": 873354586
        },
        {
            "start": 873354603,
            "stop": 873354773
        },
        {
            "start": 873354790,
            "stop": 873354807
        },
        {
            "start": 873354824,
            "stop": 873355051
        },
        {
            "start": 873355068,
            "stop": 873355182
        },
        {
            "start": 873355302,
            "stop": 873355565
        },
        {
            "start": 873355582,
            "stop": 873356103
        }
    ]
}