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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=65",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 66,
    "results": [
        {
            "start": 822815950,
            "stop": 822816070
        },
        {
            "start": 822822257,
            "stop": 822822313
        },
        {
            "start": 822822340,
            "stop": 822822341
        },
        {
            "start": 822822393,
            "stop": 822822633
        },
        {
            "start": 822822677,
            "stop": 822822699
        },
        {
            "start": 822822796,
            "stop": 822822853
        },
        {
            "start": 822822994,
            "stop": 822823000
        },
        {
            "start": 822823138,
            "stop": 822823333
        },
        {
            "start": 822823664,
            "stop": 822824126
        },
        {
            "start": 822824192,
            "stop": 822825554
        },
        {
            "start": 822825603,
            "stop": 822825656
        },
        {
            "start": 822825696,
            "stop": 822826213
        },
        {
            "start": 822826273,
            "stop": 822826393
        },
        {
            "start": 822826453,
            "stop": 822826693
        },
        {
            "start": 822826815,
            "stop": 822826880
        },
        {
            "start": 822826912,
            "stop": 822826931
        },
        {
            "start": 822827113,
            "stop": 822827173
        },
        {
            "start": 822827191,
            "stop": 822827192
        },
        {
            "start": 822827282,
            "stop": 822827340
        },
        {
            "start": 822848880,
            "stop": 822848952
        }
    ]
}