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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=270",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 271,
    "results": [
        {
            "start": 822412276,
            "stop": 822412333
        },
        {
            "start": 822412534,
            "stop": 822413346
        },
        {
            "start": 822413593,
            "stop": 822414410
        },
        {
            "start": 822414490,
            "stop": 822416166
        },
        {
            "start": 822416231,
            "stop": 822417133
        },
        {
            "start": 822424979,
            "stop": 822424983
        },
        {
            "start": 822424992,
            "stop": 822424993
        },
        {
            "start": 822425002,
            "stop": 822425003
        },
        {
            "start": 822425062,
            "stop": 822425079
        },
        {
            "start": 822425093,
            "stop": 822425102
        },
        {
            "start": 822431340,
            "stop": 822431897
        },
        {
            "start": 822431904,
            "stop": 822431967
        },
        {
            "start": 822431974,
            "stop": 822431985
        },
        {
            "start": 822431992,
            "stop": 822432290
        },
        {
            "start": 822432370,
            "stop": 822432583
        },
        {
            "start": 822432591,
            "stop": 822433183
        },
        {
            "start": 822433190,
            "stop": 822433526
        },
        {
            "start": 822433533,
            "stop": 822433537
        },
        {
            "start": 822433545,
            "stop": 822433573
        },
        {
            "start": 822433589,
            "stop": 822433590
        }
    ]
}