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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=226",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 227,
    "results": [
        {
            "start": 931537563,
            "stop": 931537566
        },
        {
            "start": 931537568,
            "stop": 931537573
        },
        {
            "start": 931537574,
            "stop": 931537576
        },
        {
            "start": 931537578,
            "stop": 931537579
        },
        {
            "start": 931537583,
            "stop": 931537584
        },
        {
            "start": 931537585,
            "stop": 931537589
        },
        {
            "start": 931537592,
            "stop": 931537595
        },
        {
            "start": 931537597,
            "stop": 931537598
        },
        {
            "start": 931537599,
            "stop": 931537646
        },
        {
            "start": 931537648,
            "stop": 931537654
        },
        {
            "start": 931537656,
            "stop": 931537662
        },
        {
            "start": 931537664,
            "stop": 931537667
        },
        {
            "start": 931537671,
            "stop": 931537685
        },
        {
            "start": 931537686,
            "stop": 931537690
        },
        {
            "start": 931537692,
            "stop": 931537694
        },
        {
            "start": 931537695,
            "stop": 931537705
        },
        {
            "start": 931537706,
            "stop": 931537710
        },
        {
            "start": 931537715,
            "stop": 931537717
        },
        {
            "start": 931537721,
            "stop": 931537722
        },
        {
            "start": 931537726,
            "stop": 931537731
        }
    ]
}