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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=245",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 246,
    "results": [
        {
            "start": 931164019,
            "stop": 931164021
        },
        {
            "start": 931164022,
            "stop": 931164023
        },
        {
            "start": 931164025,
            "stop": 931164026
        },
        {
            "start": 931164027,
            "stop": 931164033
        },
        {
            "start": 931164036,
            "stop": 931164047
        },
        {
            "start": 931164048,
            "stop": 931164049
        },
        {
            "start": 931164050,
            "stop": 931164057
        },
        {
            "start": 931164058,
            "stop": 931164059
        },
        {
            "start": 931164061,
            "stop": 931164070
        },
        {
            "start": 931164071,
            "stop": 931164072
        },
        {
            "start": 931164074,
            "stop": 931164078
        },
        {
            "start": 931164083,
            "stop": 931164091
        },
        {
            "start": 931164094,
            "stop": 931164096
        },
        {
            "start": 931164097,
            "stop": 931164100
        },
        {
            "start": 931164101,
            "stop": 931164104
        },
        {
            "start": 931164108,
            "stop": 931164115
        },
        {
            "start": 931164117,
            "stop": 931164119
        },
        {
            "start": 931164120,
            "stop": 931164122
        },
        {
            "start": 931164123,
            "stop": 931164124
        },
        {
            "start": 931164125,
            "stop": 931164127
        }
    ]
}