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_CAT3/segments?format=api&page=3720
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=3721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3719",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3720,
    "results": [
        {
            "start": 873350365,
            "stop": 873350380
        },
        {
            "start": 873350397,
            "stop": 873350550
        },
        {
            "start": 873350640,
            "stop": 873352743
        },
        {
            "start": 873352760,
            "stop": 873352844
        },
        {
            "start": 873352861,
            "stop": 873353040
        },
        {
            "start": 873353057,
            "stop": 873354098
        },
        {
            "start": 873354115,
            "stop": 873354371
        },
        {
            "start": 873354388,
            "stop": 873354406
        },
        {
            "start": 873354423,
            "stop": 873354457
        },
        {
            "start": 873354474,
            "stop": 873354586
        },
        {
            "start": 873354603,
            "stop": 873354773
        },
        {
            "start": 873354790,
            "stop": 873354807
        },
        {
            "start": 873354824,
            "stop": 873355051
        },
        {
            "start": 873355068,
            "stop": 873355565
        },
        {
            "start": 873355582,
            "stop": 873356103
        },
        {
            "start": 873356120,
            "stop": 873357304
        },
        {
            "start": 873357321,
            "stop": 873358117
        },
        {
            "start": 873358134,
            "stop": 873358180
        },
        {
            "start": 873358197,
            "stop": 873358961
        },
        {
            "start": 873358978,
            "stop": 873361176
        }
    ]
}