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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40593",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40591",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40592,
    "results": [
        {
            "start": 874880023,
            "stop": 874880027
        },
        {
            "start": 874880029,
            "stop": 874880033
        },
        {
            "start": 874880034,
            "stop": 874880038
        },
        {
            "start": 874880039,
            "stop": 874880043
        },
        {
            "start": 874880045,
            "stop": 874880046
        },
        {
            "start": 874880048,
            "stop": 874880049
        },
        {
            "start": 874880050,
            "stop": 874880052
        },
        {
            "start": 874880053,
            "stop": 874880054
        },
        {
            "start": 874880056,
            "stop": 874880060
        },
        {
            "start": 874880061,
            "stop": 874880065
        },
        {
            "start": 874880066,
            "stop": 874880070
        },
        {
            "start": 874880071,
            "stop": 874880076
        },
        {
            "start": 874880077,
            "stop": 874880081
        },
        {
            "start": 874880082,
            "stop": 874880086
        },
        {
            "start": 874880088,
            "stop": 874880092
        },
        {
            "start": 874880093,
            "stop": 874880095
        },
        {
            "start": 874880096,
            "stop": 874880097
        },
        {
            "start": 874880098,
            "stop": 874880102
        },
        {
            "start": 874880104,
            "stop": 874880108
        },
        {
            "start": 874880109,
            "stop": 874880113
        }
    ]
}