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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=227",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 228,
    "results": [
        {
            "start": 1421580141,
            "stop": 1421580303
        },
        {
            "start": 1421580305,
            "stop": 1421585177
        },
        {
            "start": 1421585179,
            "stop": 1421586904
        },
        {
            "start": 1421586905,
            "stop": 1421587950
        },
        {
            "start": 1421587952,
            "stop": 1421590623
        },
        {
            "start": 1421590625,
            "stop": 1421591812
        },
        {
            "start": 1421591814,
            "stop": 1421593614
        },
        {
            "start": 1421593616,
            "stop": 1421598621
        },
        {
            "start": 1421615244,
            "stop": 1421635469
        },
        {
            "start": 1421635470,
            "stop": 1421637942
        },
        {
            "start": 1421637947,
            "stop": 1421646219
        },
        {
            "start": 1421646221,
            "stop": 1421651577
        },
        {
            "start": 1421651579,
            "stop": 1421653835
        },
        {
            "start": 1421653837,
            "stop": 1421656522
        },
        {
            "start": 1421656538,
            "stop": 1421656540
        },
        {
            "start": 1421656937,
            "stop": 1421664967
        },
        {
            "start": 1421664969,
            "stop": 1421665012
        },
        {
            "start": 1421665080,
            "stop": 1421669038
        },
        {
            "start": 1421669042,
            "stop": 1421669515
        },
        {
            "start": 1421669516,
            "stop": 1421669671
        }
    ]
}