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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=268",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 269,
    "results": [
        {
            "start": 931166721,
            "stop": 931166722
        },
        {
            "start": 931166724,
            "stop": 931166728
        },
        {
            "start": 931166730,
            "stop": 931166734
        },
        {
            "start": 931166735,
            "stop": 931166736
        },
        {
            "start": 931166743,
            "stop": 931166747
        },
        {
            "start": 931166748,
            "stop": 931166752
        },
        {
            "start": 931166753,
            "stop": 931166754
        },
        {
            "start": 931166755,
            "stop": 931166757
        },
        {
            "start": 931166759,
            "stop": 931166761
        },
        {
            "start": 931166763,
            "stop": 931166769
        },
        {
            "start": 931166770,
            "stop": 931166774
        },
        {
            "start": 931166775,
            "stop": 931166782
        },
        {
            "start": 931166784,
            "stop": 931166787
        },
        {
            "start": 931166788,
            "stop": 931166792
        },
        {
            "start": 931166793,
            "stop": 931166794
        },
        {
            "start": 931166796,
            "stop": 931166797
        },
        {
            "start": 931166802,
            "stop": 931166804
        },
        {
            "start": 931166805,
            "stop": 931166807
        },
        {
            "start": 931166808,
            "stop": 931166812
        },
        {
            "start": 931166813,
            "stop": 931166815
        }
    ]
}