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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=33",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 34,
    "results": [
        {
            "start": 1383742126,
            "stop": 1383742131
        },
        {
            "start": 1383742191,
            "stop": 1383742196
        },
        {
            "start": 1383742256,
            "stop": 1383742261
        },
        {
            "start": 1383742321,
            "stop": 1383742326
        },
        {
            "start": 1383742386,
            "stop": 1383742391
        },
        {
            "start": 1383751409,
            "stop": 1383761619
        },
        {
            "start": 1383761770,
            "stop": 1383795290
        },
        {
            "start": 1383796935,
            "stop": 1383807877
        },
        {
            "start": 1383808132,
            "stop": 1383944997
        },
        {
            "start": 1383945581,
            "stop": 1383999253
        },
        {
            "start": 1383999384,
            "stop": 1384010549
        },
        {
            "start": 1384011643,
            "stop": 1384011916
        },
        {
            "start": 1384037579,
            "stop": 1384052574
        },
        {
            "start": 1384054557,
            "stop": 1384073681
        },
        {
            "start": 1384078247,
            "stop": 1384103395
        },
        {
            "start": 1384110374,
            "stop": 1384114179
        },
        {
            "start": 1384130048,
            "stop": 1384194865
        },
        {
            "start": 1384198715,
            "stop": 1384213556
        },
        {
            "start": 1384218607,
            "stop": 1384245159
        },
        {
            "start": 1384256493,
            "stop": 1384290050
        }
    ]
}