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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=213",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 214,
    "results": [
        {
            "start": 1240060219,
            "stop": 1240060279
        },
        {
            "start": 1240060280,
            "stop": 1240060281
        },
        {
            "start": 1240060282,
            "stop": 1240060732
        },
        {
            "start": 1240060733,
            "stop": 1240060738
        },
        {
            "start": 1240060739,
            "stop": 1240060948
        },
        {
            "start": 1240060950,
            "stop": 1240061049
        },
        {
            "start": 1240061050,
            "stop": 1240061142
        },
        {
            "start": 1240061143,
            "stop": 1240061217
        },
        {
            "start": 1240061218,
            "stop": 1240061316
        },
        {
            "start": 1240061318,
            "stop": 1240061465
        },
        {
            "start": 1240061466,
            "stop": 1240061759
        },
        {
            "start": 1240061760,
            "stop": 1240061981
        },
        {
            "start": 1240061983,
            "stop": 1240062154
        },
        {
            "start": 1240062156,
            "stop": 1240062482
        },
        {
            "start": 1240062485,
            "stop": 1240062519
        },
        {
            "start": 1240062520,
            "stop": 1240062571
        },
        {
            "start": 1240062572,
            "stop": 1240062780
        },
        {
            "start": 1240062781,
            "stop": 1240062993
        },
        {
            "start": 1240062994,
            "stop": 1240063195
        },
        {
            "start": 1240063197,
            "stop": 1240063225
        }
    ]
}