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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14083",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14081",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14082,
    "results": [
        {
            "start": 971157358,
            "stop": 971157360
        },
        {
            "start": 971157361,
            "stop": 971157362
        },
        {
            "start": 971157364,
            "stop": 971157366
        },
        {
            "start": 971157367,
            "stop": 971157372
        },
        {
            "start": 971157373,
            "stop": 971157380
        },
        {
            "start": 971157382,
            "stop": 971157383
        },
        {
            "start": 971157384,
            "stop": 971157385
        },
        {
            "start": 971157386,
            "stop": 971157387
        },
        {
            "start": 971157388,
            "stop": 971157390
        },
        {
            "start": 971157392,
            "stop": 971157393
        },
        {
            "start": 971157396,
            "stop": 971157397
        },
        {
            "start": 971157402,
            "stop": 971157406
        },
        {
            "start": 971157410,
            "stop": 971157411
        },
        {
            "start": 971157413,
            "stop": 971157422
        },
        {
            "start": 971157425,
            "stop": 971157430
        },
        {
            "start": 971157433,
            "stop": 971157436
        },
        {
            "start": 971157437,
            "stop": 971157439
        },
        {
            "start": 971157441,
            "stop": 971157442
        },
        {
            "start": 971157450,
            "stop": 971157451
        },
        {
            "start": 971157454,
            "stop": 971157455
        }
    ]
}