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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=826",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 827,
    "results": [
        {
            "start": 860417346,
            "stop": 860418936
        },
        {
            "start": 860419165,
            "stop": 860421205
        },
        {
            "start": 860425570,
            "stop": 860426380
        },
        {
            "start": 860426530,
            "stop": 860427550
        },
        {
            "start": 860427700,
            "stop": 860428150
        },
        {
            "start": 860428326,
            "stop": 860430366
        },
        {
            "start": 860430928,
            "stop": 860431348
        },
        {
            "start": 860431737,
            "stop": 860432577
        },
        {
            "start": 860432760,
            "stop": 860433390
        },
        {
            "start": 860435072,
            "stop": 860438552
        },
        {
            "start": 860439031,
            "stop": 860439691
        },
        {
            "start": 860444792,
            "stop": 860445212
        },
        {
            "start": 860445503,
            "stop": 860446343
        },
        {
            "start": 860446676,
            "stop": 860447516
        },
        {
            "start": 860447729,
            "stop": 860447789
        },
        {
            "start": 860449729,
            "stop": 860451229
        },
        {
            "start": 860451399,
            "stop": 860451639
        },
        {
            "start": 860451669,
            "stop": 860451729
        },
        {
            "start": 860451819,
            "stop": 860452779
        },
        {
            "start": 860453045,
            "stop": 860453525
        }
    ]
}