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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 175,
    "results": [
        {
            "start": 1383742126,
            "stop": 1383742131
        },
        {
            "start": 1383742191,
            "stop": 1383742196
        },
        {
            "start": 1383742256,
            "stop": 1383742261
        },
        {
            "start": 1383742321,
            "stop": 1383742326
        },
        {
            "start": 1383742386,
            "stop": 1383742391
        },
        {
            "start": 1383751409,
            "stop": 1383760375
        },
        {
            "start": 1383760380,
            "stop": 1383761619
        },
        {
            "start": 1383761770,
            "stop": 1383762942
        },
        {
            "start": 1383762947,
            "stop": 1383767624
        },
        {
            "start": 1383767629,
            "stop": 1383794327
        },
        {
            "start": 1383794332,
            "stop": 1383795290
        },
        {
            "start": 1383796935,
            "stop": 1383804940
        },
        {
            "start": 1383804945,
            "stop": 1383807877
        },
        {
            "start": 1383808132,
            "stop": 1383829980
        },
        {
            "start": 1383829985,
            "stop": 1383846449
        },
        {
            "start": 1383846454,
            "stop": 1383852332
        },
        {
            "start": 1383852337,
            "stop": 1383856428
        },
        {
            "start": 1383856433,
            "stop": 1383872149
        },
        {
            "start": 1383872153,
            "stop": 1383875095
        },
        {
            "start": 1383875100,
            "stop": 1383876090
        }
    ]
}