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=1085
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=1086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1084",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1085,
    "results": [
        {
            "start": 873992193,
            "stop": 873993033
        },
        {
            "start": 873998256,
            "stop": 873999336
        },
        {
            "start": 873999497,
            "stop": 874001777
        },
        {
            "start": 874001980,
            "stop": 874004110
        },
        {
            "start": 874004260,
            "stop": 874005400
        },
        {
            "start": 874005781,
            "stop": 874006921
        },
        {
            "start": 874007088,
            "stop": 874011408
        },
        {
            "start": 874011584,
            "stop": 874012604
        },
        {
            "start": 874012738,
            "stop": 874014418
        },
        {
            "start": 874014946,
            "stop": 874018006
        },
        {
            "start": 874018227,
            "stop": 874021227
        },
        {
            "start": 874021381,
            "stop": 874023241
        },
        {
            "start": 874023383,
            "stop": 874023983
        },
        {
            "start": 874029219,
            "stop": 874029759
        },
        {
            "start": 874029967,
            "stop": 874031107
        },
        {
            "start": 874031278,
            "stop": 874031518
        },
        {
            "start": 874032196,
            "stop": 874035196
        },
        {
            "start": 874036173,
            "stop": 874037553
        },
        {
            "start": 874037721,
            "stop": 874037901
        },
        {
            "start": 874038106,
            "stop": 874038706
        }
    ]
}