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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=189",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 190,
    "results": [
        {
            "start": 838049573,
            "stop": 838051646
        },
        {
            "start": 838052307,
            "stop": 838054200
        },
        {
            "start": 838054875,
            "stop": 838057212
        },
        {
            "start": 838057215,
            "stop": 838057219
        },
        {
            "start": 838057222,
            "stop": 838061988
        },
        {
            "start": 838061992,
            "stop": 838061998
        },
        {
            "start": 838062005,
            "stop": 838062009
        },
        {
            "start": 838062281,
            "stop": 838064429
        },
        {
            "start": 838064432,
            "stop": 838064440
        },
        {
            "start": 838064443,
            "stop": 838064533
        },
        {
            "start": 838066158,
            "stop": 838071492
        },
        {
            "start": 838072441,
            "stop": 838075853
        },
        {
            "start": 838075971,
            "stop": 838078018
        },
        {
            "start": 838078019,
            "stop": 838078021
        },
        {
            "start": 838078023,
            "stop": 838078032
        },
        {
            "start": 838078033,
            "stop": 838078038
        },
        {
            "start": 838078040,
            "stop": 838078042
        },
        {
            "start": 838078248,
            "stop": 838078678
        },
        {
            "start": 838079904,
            "stop": 838084302
        },
        {
            "start": 838084306,
            "stop": 838084324
        }
    ]
}