Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=102",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 103,
    "results": [
        {
            "start": 931092341,
            "stop": 931092343
        },
        {
            "start": 931092350,
            "stop": 931092351
        },
        {
            "start": 931092355,
            "stop": 931092358
        },
        {
            "start": 931092359,
            "stop": 931092360
        },
        {
            "start": 931092361,
            "stop": 931092362
        },
        {
            "start": 931092364,
            "stop": 931092366
        },
        {
            "start": 931092367,
            "stop": 931092368
        },
        {
            "start": 931092370,
            "stop": 931092379
        },
        {
            "start": 931092381,
            "stop": 931092383
        },
        {
            "start": 931092391,
            "stop": 931092393
        },
        {
            "start": 931092394,
            "stop": 931092406
        },
        {
            "start": 931092407,
            "stop": 931092408
        },
        {
            "start": 931092413,
            "stop": 931092415
        },
        {
            "start": 931092416,
            "stop": 931092418
        },
        {
            "start": 931092419,
            "stop": 931092420
        },
        {
            "start": 931092423,
            "stop": 931092424
        },
        {
            "start": 931092425,
            "stop": 931092426
        },
        {
            "start": 931092429,
            "stop": 931092430
        },
        {
            "start": 931092432,
            "stop": 931092436
        },
        {
            "start": 931092437,
            "stop": 931092440
        }
    ]
}