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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33144",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33145,
    "results": [
        {
            "start": 970599403,
            "stop": 970599411
        },
        {
            "start": 970599414,
            "stop": 970599481
        },
        {
            "start": 970599482,
            "stop": 970599488
        },
        {
            "start": 970599489,
            "stop": 970599543
        },
        {
            "start": 970599544,
            "stop": 970599547
        },
        {
            "start": 970599549,
            "stop": 970599573
        },
        {
            "start": 970599574,
            "stop": 970599577
        },
        {
            "start": 970599579,
            "stop": 970599590
        },
        {
            "start": 970599591,
            "stop": 970599593
        },
        {
            "start": 970599594,
            "stop": 970599599
        },
        {
            "start": 970599600,
            "stop": 970599619
        },
        {
            "start": 970599621,
            "stop": 970599674
        },
        {
            "start": 970599687,
            "stop": 970599689
        },
        {
            "start": 970599721,
            "stop": 970599791
        },
        {
            "start": 970599793,
            "stop": 970599795
        },
        {
            "start": 970599806,
            "stop": 970599856
        },
        {
            "start": 970599985,
            "stop": 970599994
        },
        {
            "start": 970600009,
            "stop": 970600010
        },
        {
            "start": 970600021,
            "stop": 970600030
        },
        {
            "start": 970600031,
            "stop": 970600060
        }
    ]
}