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=1026
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=1027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1025",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1026,
    "results": [
        {
            "start": 872145953,
            "stop": 872146013
        },
        {
            "start": 872146185,
            "stop": 872146245
        },
        {
            "start": 872148130,
            "stop": 872148190
        },
        {
            "start": 872148520,
            "stop": 872148580
        },
        {
            "start": 872148740,
            "stop": 872149160
        },
        {
            "start": 872149356,
            "stop": 872149896
        },
        {
            "start": 872150062,
            "stop": 872150302
        },
        {
            "start": 872153487,
            "stop": 872153547
        },
        {
            "start": 872153772,
            "stop": 872154072
        },
        {
            "start": 872154236,
            "stop": 872154776
        },
        {
            "start": 872154935,
            "stop": 872155475
        },
        {
            "start": 872155660,
            "stop": 872155900
        },
        {
            "start": 872156475,
            "stop": 872156595
        },
        {
            "start": 872156815,
            "stop": 872157355
        },
        {
            "start": 872157501,
            "stop": 872160021
        },
        {
            "start": 872160480,
            "stop": 872161080
        },
        {
            "start": 872161518,
            "stop": 872161638
        },
        {
            "start": 872161772,
            "stop": 872161832
        },
        {
            "start": 872163291,
            "stop": 872163471
        },
        {
            "start": 872163658,
            "stop": 872164018
        }
    ]
}