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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3525",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3523",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3524,
    "results": [
        {
            "start": 970181459,
            "stop": 970181501
        },
        {
            "start": 970181507,
            "stop": 970181720
        },
        {
            "start": 970181726,
            "stop": 970181727
        },
        {
            "start": 970181733,
            "stop": 970181776
        },
        {
            "start": 970181782,
            "stop": 970181798
        },
        {
            "start": 970181804,
            "stop": 970182029
        },
        {
            "start": 970182032,
            "stop": 970182516
        },
        {
            "start": 970182522,
            "stop": 970182689
        },
        {
            "start": 970182690,
            "stop": 970183214
        },
        {
            "start": 970183217,
            "stop": 970183904
        },
        {
            "start": 970183907,
            "stop": 970183938
        },
        {
            "start": 970183944,
            "stop": 970183949
        },
        {
            "start": 970183955,
            "stop": 970184239
        },
        {
            "start": 970184240,
            "stop": 970184357
        },
        {
            "start": 970184360,
            "stop": 970184696
        },
        {
            "start": 970184699,
            "stop": 970185564
        },
        {
            "start": 970185567,
            "stop": 970185830
        },
        {
            "start": 970185831,
            "stop": 970186018
        },
        {
            "start": 970186024,
            "stop": 970186032
        },
        {
            "start": 970186038,
            "stop": 970187708
        }
    ]
}