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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=325",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 326,
    "results": [
        {
            "start": 931769727,
            "stop": 931769729
        },
        {
            "start": 931769731,
            "stop": 931769740
        },
        {
            "start": 931769742,
            "stop": 931769748
        },
        {
            "start": 931769750,
            "stop": 931769907
        },
        {
            "start": 931769912,
            "stop": 931769913
        },
        {
            "start": 931769915,
            "stop": 931769916
        },
        {
            "start": 931769917,
            "stop": 931769923
        },
        {
            "start": 931769924,
            "stop": 931769926
        },
        {
            "start": 931769928,
            "stop": 931769932
        },
        {
            "start": 931769934,
            "stop": 931769939
        },
        {
            "start": 931769941,
            "stop": 931769942
        },
        {
            "start": 931769944,
            "stop": 931769945
        },
        {
            "start": 931769947,
            "stop": 931769948
        },
        {
            "start": 931769952,
            "stop": 931769955
        },
        {
            "start": 931769957,
            "stop": 931769958
        },
        {
            "start": 931769960,
            "stop": 931769965
        },
        {
            "start": 931769966,
            "stop": 931769968
        },
        {
            "start": 931769970,
            "stop": 931769996
        },
        {
            "start": 931769997,
            "stop": 931770015
        },
        {
            "start": 931770375,
            "stop": 931770381
        }
    ]
}