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_H2L1/segments?format=api&page=647
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_H2L1/segments?format=api&page=648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=646",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 647,
    "results": [
        {
            "start": 852321833,
            "stop": 852323333
        },
        {
            "start": 852324349,
            "stop": 852324589
        },
        {
            "start": 852324724,
            "stop": 852325204
        },
        {
            "start": 852327544,
            "stop": 852327604
        },
        {
            "start": 852327775,
            "stop": 852330175
        },
        {
            "start": 852330348,
            "stop": 852330528
        },
        {
            "start": 852330912,
            "stop": 852331032
        },
        {
            "start": 852331192,
            "stop": 852331432
        },
        {
            "start": 852332591,
            "stop": 852334031
        },
        {
            "start": 852334163,
            "stop": 852337043
        },
        {
            "start": 852337252,
            "stop": 852338632
        },
        {
            "start": 852339503,
            "stop": 852341963
        },
        {
            "start": 852341993,
            "stop": 852343733
        },
        {
            "start": 852343883,
            "stop": 852346703
        },
        {
            "start": 852346863,
            "stop": 852347103
        },
        {
            "start": 852347335,
            "stop": 852347605
        },
        {
            "start": 852347695,
            "stop": 852348565
        },
        {
            "start": 852348655,
            "stop": 852350215
        },
        {
            "start": 852350365,
            "stop": 852350665
        },
        {
            "start": 852350815,
            "stop": 852350875
        }
    ]
}