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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=405",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 406,
    "results": [
        {
            "start": 1182560295,
            "stop": 1182560304
        },
        {
            "start": 1182560305,
            "stop": 1182560309
        },
        {
            "start": 1182560311,
            "stop": 1182560313
        },
        {
            "start": 1182560318,
            "stop": 1182560323
        },
        {
            "start": 1182560325,
            "stop": 1182560327
        },
        {
            "start": 1182560328,
            "stop": 1182560338
        },
        {
            "start": 1182560343,
            "stop": 1182560349
        },
        {
            "start": 1182560352,
            "stop": 1182560354
        },
        {
            "start": 1182560355,
            "stop": 1182560383
        },
        {
            "start": 1182560387,
            "stop": 1182560392
        },
        {
            "start": 1182560394,
            "stop": 1182560397
        },
        {
            "start": 1182560399,
            "stop": 1182560401
        },
        {
            "start": 1182560404,
            "stop": 1182560406
        },
        {
            "start": 1182560409,
            "stop": 1182560423
        },
        {
            "start": 1182560428,
            "stop": 1182560434
        },
        {
            "start": 1182560435,
            "stop": 1182560438
        },
        {
            "start": 1182560439,
            "stop": 1182560473
        },
        {
            "start": 1182560475,
            "stop": 1182560488
        },
        {
            "start": 1182560499,
            "stop": 1182560504
        },
        {
            "start": 1182560507,
            "stop": 1182560508
        }
    ]
}