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=391
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=392",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=390",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 391,
    "results": [
        {
            "start": 1182148026,
            "stop": 1182148278
        },
        {
            "start": 1182148279,
            "stop": 1182148361
        },
        {
            "start": 1182148362,
            "stop": 1182148387
        },
        {
            "start": 1182148388,
            "stop": 1182148456
        },
        {
            "start": 1182148457,
            "stop": 1182148475
        },
        {
            "start": 1182148476,
            "stop": 1182148558
        },
        {
            "start": 1182148561,
            "stop": 1182148572
        },
        {
            "start": 1182148575,
            "stop": 1182148577
        },
        {
            "start": 1182148578,
            "stop": 1182148583
        },
        {
            "start": 1182148586,
            "stop": 1182148608
        },
        {
            "start": 1182148612,
            "stop": 1182148664
        },
        {
            "start": 1182148665,
            "stop": 1182148691
        },
        {
            "start": 1182148692,
            "stop": 1182148986
        },
        {
            "start": 1182148988,
            "stop": 1182149401
        },
        {
            "start": 1182149402,
            "stop": 1182149551
        },
        {
            "start": 1182149552,
            "stop": 1182149785
        },
        {
            "start": 1182149786,
            "stop": 1182149819
        },
        {
            "start": 1182149820,
            "stop": 1182149933
        },
        {
            "start": 1182149934,
            "stop": 1182150203
        },
        {
            "start": 1182150206,
            "stop": 1182150314
        }
    ]
}