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=40998
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=40999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40997",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40998,
    "results": [
        {
            "start": 875148027,
            "stop": 875148031
        },
        {
            "start": 875148032,
            "stop": 875148041
        },
        {
            "start": 875148042,
            "stop": 875148048
        },
        {
            "start": 875148050,
            "stop": 875148056
        },
        {
            "start": 875148057,
            "stop": 875148122
        },
        {
            "start": 875148123,
            "stop": 875148133
        },
        {
            "start": 875148135,
            "stop": 875148155
        },
        {
            "start": 875148156,
            "stop": 875148185
        },
        {
            "start": 875148186,
            "stop": 875148197
        },
        {
            "start": 875148199,
            "stop": 875148261
        },
        {
            "start": 875148263,
            "stop": 875148325
        },
        {
            "start": 875148326,
            "stop": 875148346
        },
        {
            "start": 875148348,
            "stop": 875148367
        },
        {
            "start": 875148369,
            "stop": 875148379
        },
        {
            "start": 875148381,
            "stop": 875148389
        },
        {
            "start": 875148391,
            "stop": 875148394
        },
        {
            "start": 875148395,
            "stop": 875148410
        },
        {
            "start": 875148411,
            "stop": 875148446
        },
        {
            "start": 875148447,
            "stop": 875148474
        },
        {
            "start": 875148476,
            "stop": 875148537
        }
    ]
}