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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=440",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=438",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 439,
    "results": [
        {
            "start": 943935866,
            "stop": 943951166
        },
        {
            "start": 943952214,
            "stop": 943955084
        },
        {
            "start": 943957016,
            "stop": 943965044
        },
        {
            "start": 943968273,
            "stop": 943971144
        },
        {
            "start": 943973209,
            "stop": 943977734
        },
        {
            "start": 943980402,
            "stop": 943983185
        },
        {
            "start": 943983878,
            "stop": 944004142
        },
        {
            "start": 944006081,
            "stop": 944015009
        },
        {
            "start": 944017658,
            "stop": 944025041
        },
        {
            "start": 944025043,
            "stop": 944033517
        },
        {
            "start": 944035346,
            "stop": 944044668
        },
        {
            "start": 944046357,
            "stop": 944056616
        },
        {
            "start": 944059041,
            "stop": 944081147
        },
        {
            "start": 944083917,
            "stop": 944105996
        },
        {
            "start": 944108679,
            "stop": 944125430
        },
        {
            "start": 944125431,
            "stop": 944125922
        },
        {
            "start": 944125924,
            "stop": 944125931
        },
        {
            "start": 944125932,
            "stop": 944126183
        },
        {
            "start": 944183787,
            "stop": 944190287
        },
        {
            "start": 944191727,
            "stop": 944203039
        }
    ]
}