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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=200",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 201,
    "results": [
        {
            "start": 826690955,
            "stop": 826691435
        },
        {
            "start": 826691717,
            "stop": 826692017
        },
        {
            "start": 826692183,
            "stop": 826692363
        },
        {
            "start": 826692531,
            "stop": 826692591
        },
        {
            "start": 826692758,
            "stop": 826692938
        },
        {
            "start": 826693105,
            "stop": 826693225
        },
        {
            "start": 826693492,
            "stop": 826693612
        },
        {
            "start": 826693927,
            "stop": 826694047
        },
        {
            "start": 826694386,
            "stop": 826694446
        },
        {
            "start": 826694597,
            "stop": 826694717
        },
        {
            "start": 826694894,
            "stop": 826694954
        },
        {
            "start": 826695326,
            "stop": 826695386
        },
        {
            "start": 826695993,
            "stop": 826696353
        },
        {
            "start": 826696653,
            "stop": 826696773
        },
        {
            "start": 826697009,
            "stop": 826697429
        },
        {
            "start": 826697859,
            "stop": 826698219
        },
        {
            "start": 826698394,
            "stop": 826698514
        },
        {
            "start": 826698771,
            "stop": 826699251
        },
        {
            "start": 826699420,
            "stop": 826700080
        },
        {
            "start": 826700505,
            "stop": 826700565
        }
    ]
}