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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=428",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=426",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 427,
    "results": [
        {
            "start": 932823960,
            "stop": 932823976
        },
        {
            "start": 932823977,
            "stop": 932824008
        },
        {
            "start": 932824009,
            "stop": 932824011
        },
        {
            "start": 932824012,
            "stop": 932824159
        },
        {
            "start": 932824160,
            "stop": 932824253
        },
        {
            "start": 932824254,
            "stop": 932824481
        },
        {
            "start": 932824482,
            "stop": 932824571
        },
        {
            "start": 932824572,
            "stop": 932824664
        },
        {
            "start": 932824665,
            "stop": 932824735
        },
        {
            "start": 932824736,
            "stop": 932824815
        },
        {
            "start": 932825175,
            "stop": 932825328
        },
        {
            "start": 932825329,
            "stop": 932825435
        },
        {
            "start": 932825436,
            "stop": 932825482
        },
        {
            "start": 932825483,
            "stop": 932825503
        },
        {
            "start": 932825504,
            "stop": 932825514
        },
        {
            "start": 932825515,
            "stop": 932825537
        },
        {
            "start": 932825540,
            "stop": 932825686
        },
        {
            "start": 932825687,
            "stop": 932825818
        },
        {
            "start": 932825819,
            "stop": 932825988
        },
        {
            "start": 932825989,
            "stop": 932826231
        }
    ]
}