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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3082",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3083,
    "results": [
        {
            "start": 866166322,
            "stop": 866166337
        },
        {
            "start": 866166341,
            "stop": 866166360
        },
        {
            "start": 866167740,
            "stop": 866167754
        },
        {
            "start": 866167757,
            "stop": 866167770
        },
        {
            "start": 866167773,
            "stop": 866167796
        },
        {
            "start": 866167800,
            "stop": 866167829
        },
        {
            "start": 866167832,
            "stop": 866167834
        },
        {
            "start": 866167839,
            "stop": 866167843
        },
        {
            "start": 866167850,
            "stop": 866167854
        },
        {
            "start": 866167858,
            "stop": 866167860
        },
        {
            "start": 866171147,
            "stop": 866171220
        },
        {
            "start": 866172028,
            "stop": 866172062
        },
        {
            "start": 866172063,
            "stop": 866172120
        },
        {
            "start": 866172180,
            "stop": 866172227
        },
        {
            "start": 866173805,
            "stop": 866178900
        },
        {
            "start": 866178960,
            "stop": 866178976
        },
        {
            "start": 866178980,
            "stop": 866183490
        },
        {
            "start": 866184260,
            "stop": 866184300
        },
        {
            "start": 866184360,
            "stop": 866185200
        },
        {
            "start": 866185440,
            "stop": 866185500
        }
    ]
}