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=33182
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=33183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33181",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33182,
    "results": [
        {
            "start": 970808580,
            "stop": 970808896
        },
        {
            "start": 970808897,
            "stop": 970809692
        },
        {
            "start": 970809695,
            "stop": 970811598
        },
        {
            "start": 970811599,
            "stop": 970811732
        },
        {
            "start": 970811735,
            "stop": 970811916
        },
        {
            "start": 970811919,
            "stop": 970812167
        },
        {
            "start": 970812168,
            "stop": 970812534
        },
        {
            "start": 970812537,
            "stop": 970812996
        },
        {
            "start": 970812999,
            "stop": 970813575
        },
        {
            "start": 970813576,
            "stop": 970813697
        },
        {
            "start": 970813699,
            "stop": 970814842
        },
        {
            "start": 970814845,
            "stop": 970816093
        },
        {
            "start": 970816094,
            "stop": 970816129
        },
        {
            "start": 970816130,
            "stop": 970816882
        },
        {
            "start": 970816885,
            "stop": 970816955
        },
        {
            "start": 970816957,
            "stop": 970817899
        },
        {
            "start": 970817900,
            "stop": 970820043
        },
        {
            "start": 970820044,
            "stop": 970820565
        },
        {
            "start": 970820568,
            "stop": 970822798
        },
        {
            "start": 970822799,
            "stop": 970823483
        }
    ]
}