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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40931",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40932,
    "results": [
        {
            "start": 875107253,
            "stop": 875107271
        },
        {
            "start": 875107272,
            "stop": 875107309
        },
        {
            "start": 875107310,
            "stop": 875107392
        },
        {
            "start": 875107393,
            "stop": 875107419
        },
        {
            "start": 875107420,
            "stop": 875107437
        },
        {
            "start": 875107438,
            "stop": 875107451
        },
        {
            "start": 875107452,
            "stop": 875107482
        },
        {
            "start": 875107483,
            "stop": 875107501
        },
        {
            "start": 875107502,
            "stop": 875107516
        },
        {
            "start": 875107517,
            "stop": 875107553
        },
        {
            "start": 875107554,
            "stop": 875107576
        },
        {
            "start": 875107577,
            "stop": 875107599
        },
        {
            "start": 875107600,
            "stop": 875107646
        },
        {
            "start": 875107647,
            "stop": 875107650
        },
        {
            "start": 875107651,
            "stop": 875107726
        },
        {
            "start": 875107727,
            "stop": 875107741
        },
        {
            "start": 875107742,
            "stop": 875107756
        },
        {
            "start": 875107757,
            "stop": 875107759
        },
        {
            "start": 875107760,
            "stop": 875107767
        },
        {
            "start": 875107768,
            "stop": 875107801
        }
    ]
}