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=40671
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=40672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40670",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40671,
    "results": [
        {
            "start": 874926084,
            "stop": 874926117
        },
        {
            "start": 874926118,
            "stop": 874926122
        },
        {
            "start": 874926125,
            "stop": 874926128
        },
        {
            "start": 874926129,
            "stop": 874926130
        },
        {
            "start": 874926131,
            "stop": 874926133
        },
        {
            "start": 874926135,
            "stop": 874926141
        },
        {
            "start": 874926143,
            "stop": 874926147
        },
        {
            "start": 874926148,
            "stop": 874926149
        },
        {
            "start": 874926151,
            "stop": 874926152
        },
        {
            "start": 874926154,
            "stop": 874926157
        },
        {
            "start": 874926160,
            "stop": 874926161
        },
        {
            "start": 874926162,
            "stop": 874926166
        },
        {
            "start": 874926168,
            "stop": 874926171
        },
        {
            "start": 874926172,
            "stop": 874926173
        },
        {
            "start": 874926174,
            "stop": 874926175
        },
        {
            "start": 874926176,
            "stop": 874926204
        },
        {
            "start": 874926206,
            "stop": 874926211
        },
        {
            "start": 874926212,
            "stop": 874926215
        },
        {
            "start": 874926216,
            "stop": 874926225
        },
        {
            "start": 874926229,
            "stop": 874926234
        }
    ]
}