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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5754",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5755,
    "results": [
        {
            "start": 874631365,
            "stop": 874631371
        },
        {
            "start": 874631374,
            "stop": 874631378
        },
        {
            "start": 874631381,
            "stop": 874631410
        },
        {
            "start": 874631413,
            "stop": 874631424
        },
        {
            "start": 874631427,
            "stop": 874631491
        },
        {
            "start": 874631494,
            "stop": 874631601
        },
        {
            "start": 874631604,
            "stop": 874631683
        },
        {
            "start": 874631686,
            "stop": 874631695
        },
        {
            "start": 874631698,
            "stop": 874631887
        },
        {
            "start": 874631890,
            "stop": 874631917
        },
        {
            "start": 874631920,
            "stop": 874632004
        },
        {
            "start": 874632007,
            "stop": 874632123
        },
        {
            "start": 874632127,
            "stop": 874632178
        },
        {
            "start": 874632181,
            "stop": 874632255
        },
        {
            "start": 874632258,
            "stop": 874632310
        },
        {
            "start": 874632313,
            "stop": 874632389
        },
        {
            "start": 874632392,
            "stop": 874632393
        },
        {
            "start": 874632396,
            "stop": 874632403
        },
        {
            "start": 874632406,
            "stop": 874632497
        },
        {
            "start": 874632500,
            "stop": 874632511
        }
    ]
}