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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1836",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1834",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1835,
    "results": [
        {
            "start": 1250400345,
            "stop": 1250400454
        },
        {
            "start": 1250400455,
            "stop": 1250400670
        },
        {
            "start": 1250400673,
            "stop": 1250401497
        },
        {
            "start": 1250401501,
            "stop": 1250401641
        },
        {
            "start": 1250401643,
            "stop": 1250401653
        },
        {
            "start": 1250401654,
            "stop": 1250403091
        },
        {
            "start": 1250403092,
            "stop": 1250403095
        },
        {
            "start": 1250403097,
            "stop": 1250403098
        },
        {
            "start": 1250403100,
            "stop": 1250403125
        },
        {
            "start": 1250403127,
            "stop": 1250403292
        },
        {
            "start": 1250403294,
            "stop": 1250403419
        },
        {
            "start": 1250403420,
            "stop": 1250403453
        },
        {
            "start": 1250403455,
            "stop": 1250404473
        },
        {
            "start": 1250404475,
            "stop": 1250405114
        },
        {
            "start": 1250405116,
            "stop": 1250406358
        },
        {
            "start": 1250406360,
            "stop": 1250406877
        },
        {
            "start": 1250406880,
            "stop": 1250407414
        },
        {
            "start": 1250407422,
            "stop": 1250407423
        },
        {
            "start": 1250414459,
            "stop": 1250417934
        },
        {
            "start": 1250417936,
            "stop": 1250418379
        }
    ]
}