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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=308",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 309,
    "results": [
        {
            "start": 847651431,
            "stop": 847651439
        },
        {
            "start": 847651441,
            "stop": 847651443
        },
        {
            "start": 847651445,
            "stop": 847651465
        },
        {
            "start": 847651467,
            "stop": 847651490
        },
        {
            "start": 847651492,
            "stop": 847651506
        },
        {
            "start": 847651507,
            "stop": 847651543
        },
        {
            "start": 847651545,
            "stop": 847651551
        },
        {
            "start": 847651552,
            "stop": 847651557
        },
        {
            "start": 847651558,
            "stop": 847651582
        },
        {
            "start": 847651583,
            "stop": 847651620
        },
        {
            "start": 847651622,
            "stop": 847651653
        },
        {
            "start": 847651654,
            "stop": 847651657
        },
        {
            "start": 847651658,
            "stop": 847651702
        },
        {
            "start": 847651703,
            "stop": 847651842
        },
        {
            "start": 847651844,
            "stop": 847651871
        },
        {
            "start": 847651873,
            "stop": 847651926
        },
        {
            "start": 847651927,
            "stop": 847651935
        },
        {
            "start": 847651938,
            "stop": 847651952
        },
        {
            "start": 847651953,
            "stop": 847651980
        },
        {
            "start": 847651982,
            "stop": 847651984
        }
    ]
}