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=517
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=518",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=516",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 517,
    "results": [
        {
            "start": 1184848522,
            "stop": 1184849131
        },
        {
            "start": 1184849137,
            "stop": 1184849145
        },
        {
            "start": 1184849147,
            "stop": 1184849223
        },
        {
            "start": 1184849225,
            "stop": 1184849227
        },
        {
            "start": 1184849229,
            "stop": 1184849234
        },
        {
            "start": 1184849236,
            "stop": 1184849849
        },
        {
            "start": 1184849851,
            "stop": 1184850111
        },
        {
            "start": 1184850113,
            "stop": 1184850286
        },
        {
            "start": 1184850291,
            "stop": 1184850359
        },
        {
            "start": 1184850362,
            "stop": 1184850373
        },
        {
            "start": 1184850375,
            "stop": 1184850557
        },
        {
            "start": 1184850560,
            "stop": 1184850658
        },
        {
            "start": 1184850663,
            "stop": 1184850664
        },
        {
            "start": 1184850669,
            "stop": 1184850670
        },
        {
            "start": 1184850672,
            "stop": 1184851364
        },
        {
            "start": 1184851365,
            "stop": 1184851423
        },
        {
            "start": 1184851429,
            "stop": 1184851430
        },
        {
            "start": 1184851432,
            "stop": 1184851437
        },
        {
            "start": 1184851439,
            "stop": 1184851505
        },
        {
            "start": 1184851509,
            "stop": 1184851510
        }
    ]
}