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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=317",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 318,
    "results": [
        {
            "start": 822411823,
            "stop": 822411950
        },
        {
            "start": 822412030,
            "stop": 822412179
        },
        {
            "start": 822412276,
            "stop": 822412333
        },
        {
            "start": 822412534,
            "stop": 822413346
        },
        {
            "start": 822413593,
            "stop": 822414410
        },
        {
            "start": 822414540,
            "stop": 822414600
        },
        {
            "start": 822414660,
            "stop": 822415200
        },
        {
            "start": 822415320,
            "stop": 822415860
        },
        {
            "start": 822415920,
            "stop": 822416165
        },
        {
            "start": 822416231,
            "stop": 822416460
        },
        {
            "start": 822416520,
            "stop": 822416760
        },
        {
            "start": 822417000,
            "stop": 822417133
        },
        {
            "start": 822424979,
            "stop": 822424983
        },
        {
            "start": 822424992,
            "stop": 822424993
        },
        {
            "start": 822425062,
            "stop": 822425079
        },
        {
            "start": 822425093,
            "stop": 822425100
        },
        {
            "start": 822431340,
            "stop": 822431460
        },
        {
            "start": 822431640,
            "stop": 822431897
        },
        {
            "start": 822431904,
            "stop": 822431967
        },
        {
            "start": 822431974,
            "stop": 822431985
        }
    ]
}