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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=130",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 131,
    "results": [
        {
            "start": 1416556918,
            "stop": 1416558572
        },
        {
            "start": 1416558577,
            "stop": 1416558650
        },
        {
            "start": 1416558655,
            "stop": 1416558663
        },
        {
            "start": 1416558668,
            "stop": 1416558671
        },
        {
            "start": 1416558676,
            "stop": 1416558685
        },
        {
            "start": 1416558690,
            "stop": 1416558698
        },
        {
            "start": 1416558708,
            "stop": 1416558724
        },
        {
            "start": 1416567790,
            "stop": 1416581572
        },
        {
            "start": 1416581577,
            "stop": 1416582887
        },
        {
            "start": 1416582890,
            "stop": 1416585030
        },
        {
            "start": 1416585035,
            "stop": 1416585059
        },
        {
            "start": 1416585064,
            "stop": 1416587837
        },
        {
            "start": 1416598565,
            "stop": 1416602330
        },
        {
            "start": 1416602334,
            "stop": 1416602611
        },
        {
            "start": 1416602616,
            "stop": 1416603082
        },
        {
            "start": 1416603087,
            "stop": 1416603674
        },
        {
            "start": 1416603679,
            "stop": 1416606273
        },
        {
            "start": 1416606277,
            "stop": 1416606321
        },
        {
            "start": 1416606325,
            "stop": 1416606751
        },
        {
            "start": 1416606756,
            "stop": 1416611095
        }
    ]
}