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=40867
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=40868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40866",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40867,
    "results": [
        {
            "start": 875058171,
            "stop": 875058175
        },
        {
            "start": 875058178,
            "stop": 875058179
        },
        {
            "start": 875058181,
            "stop": 875058184
        },
        {
            "start": 875058187,
            "stop": 875058191
        },
        {
            "start": 875058192,
            "stop": 875058196
        },
        {
            "start": 875058198,
            "stop": 875058202
        },
        {
            "start": 875058203,
            "stop": 875058207
        },
        {
            "start": 875058208,
            "stop": 875058212
        },
        {
            "start": 875058214,
            "stop": 875058216
        },
        {
            "start": 875058217,
            "stop": 875058218
        },
        {
            "start": 875058219,
            "stop": 875058223
        },
        {
            "start": 875058224,
            "stop": 875058227
        },
        {
            "start": 875058230,
            "stop": 875058234
        },
        {
            "start": 875058235,
            "stop": 875058239
        },
        {
            "start": 875058240,
            "stop": 875058244
        },
        {
            "start": 875058246,
            "stop": 875058250
        },
        {
            "start": 875058251,
            "stop": 875058255
        },
        {
            "start": 875058257,
            "stop": 875058261
        },
        {
            "start": 875058262,
            "stop": 875058296
        },
        {
            "start": 875058298,
            "stop": 875058318
        }
    ]
}