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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3592",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3590",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3591,
    "results": [
        {
            "start": 970413704,
            "stop": 970413717
        },
        {
            "start": 970413732,
            "stop": 970413733
        },
        {
            "start": 970413736,
            "stop": 970413740
        },
        {
            "start": 970413748,
            "stop": 970413754
        },
        {
            "start": 970413761,
            "stop": 970413777
        },
        {
            "start": 970413780,
            "stop": 970413801
        },
        {
            "start": 970413807,
            "stop": 970413816
        },
        {
            "start": 970413819,
            "stop": 970413822
        },
        {
            "start": 970413827,
            "stop": 970413845
        },
        {
            "start": 970413850,
            "stop": 970413880
        },
        {
            "start": 970413881,
            "stop": 970413891
        },
        {
            "start": 970413899,
            "stop": 970413900
        },
        {
            "start": 970413906,
            "stop": 970413916
        },
        {
            "start": 970414096,
            "stop": 970414108
        },
        {
            "start": 970416316,
            "stop": 970416407
        },
        {
            "start": 970416410,
            "stop": 970416441
        },
        {
            "start": 970416444,
            "stop": 970416450
        },
        {
            "start": 970416453,
            "stop": 970416462
        },
        {
            "start": 970416465,
            "stop": 970416482
        },
        {
            "start": 970416486,
            "stop": 970416554
        }
    ]
}