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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=264",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 265,
    "results": [
        {
            "start": 931166326,
            "stop": 931166344
        },
        {
            "start": 931166345,
            "stop": 931166348
        },
        {
            "start": 931166349,
            "stop": 931166350
        },
        {
            "start": 931166354,
            "stop": 931166357
        },
        {
            "start": 931166358,
            "stop": 931166359
        },
        {
            "start": 931166361,
            "stop": 931166367
        },
        {
            "start": 931166370,
            "stop": 931166372
        },
        {
            "start": 931166378,
            "stop": 931166380
        },
        {
            "start": 931166381,
            "stop": 931166384
        },
        {
            "start": 931166385,
            "stop": 931166386
        },
        {
            "start": 931166387,
            "stop": 931166392
        },
        {
            "start": 931166393,
            "stop": 931166395
        },
        {
            "start": 931166396,
            "stop": 931166401
        },
        {
            "start": 931166402,
            "stop": 931166404
        },
        {
            "start": 931166407,
            "stop": 931166408
        },
        {
            "start": 931166410,
            "stop": 931166411
        },
        {
            "start": 931166414,
            "stop": 931166418
        },
        {
            "start": 931166419,
            "stop": 931166423
        },
        {
            "start": 931166424,
            "stop": 931166434
        },
        {
            "start": 931166435,
            "stop": 931166438
        }
    ]
}