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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=295",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 296,
    "results": [
        {
            "start": 931724618,
            "stop": 931724619
        },
        {
            "start": 931724621,
            "stop": 931724625
        },
        {
            "start": 931724627,
            "stop": 931724629
        },
        {
            "start": 931724633,
            "stop": 931724637
        },
        {
            "start": 931724638,
            "stop": 931724643
        },
        {
            "start": 931724646,
            "stop": 931724647
        },
        {
            "start": 931724649,
            "stop": 931724673
        },
        {
            "start": 931724675,
            "stop": 931724678
        },
        {
            "start": 931724683,
            "stop": 931724685
        },
        {
            "start": 931724692,
            "stop": 931724695
        },
        {
            "start": 931724697,
            "stop": 931724698
        },
        {
            "start": 931724700,
            "stop": 931724708
        },
        {
            "start": 931724712,
            "stop": 931724713
        },
        {
            "start": 931724718,
            "stop": 931724719
        },
        {
            "start": 931724720,
            "stop": 931724728
        },
        {
            "start": 931724732,
            "stop": 931724734
        },
        {
            "start": 931724736,
            "stop": 931724745
        },
        {
            "start": 931724747,
            "stop": 931724754
        },
        {
            "start": 931724758,
            "stop": 931724763
        },
        {
            "start": 931724779,
            "stop": 931724780
        }
    ]
}