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=40692
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=40693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40691",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40692,
    "results": [
        {
            "start": 874936381,
            "stop": 874936384
        },
        {
            "start": 874936387,
            "stop": 874936389
        },
        {
            "start": 874936391,
            "stop": 874936395
        },
        {
            "start": 874936397,
            "stop": 874936401
        },
        {
            "start": 874936402,
            "stop": 874936404
        },
        {
            "start": 874936405,
            "stop": 874936406
        },
        {
            "start": 874936407,
            "stop": 874936411
        },
        {
            "start": 874936413,
            "stop": 874936417
        },
        {
            "start": 874936418,
            "stop": 874936422
        },
        {
            "start": 874936423,
            "stop": 874936428
        },
        {
            "start": 874936429,
            "stop": 874936433
        },
        {
            "start": 874936434,
            "stop": 874936438
        },
        {
            "start": 874936440,
            "stop": 874936444
        },
        {
            "start": 874936445,
            "stop": 874936449
        },
        {
            "start": 874936450,
            "stop": 874936454
        },
        {
            "start": 874936456,
            "stop": 874936459
        },
        {
            "start": 874936461,
            "stop": 874936465
        },
        {
            "start": 874936466,
            "stop": 874936470
        },
        {
            "start": 874936472,
            "stop": 874936475
        },
        {
            "start": 874936477,
            "stop": 874936481
        }
    ]
}