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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 76,
    "results": [
        {
            "start": 819199017,
            "stop": 819199020
        },
        {
            "start": 819199023,
            "stop": 819200099
        },
        {
            "start": 819200103,
            "stop": 819201227
        },
        {
            "start": 819201230,
            "stop": 819201234
        },
        {
            "start": 819201237,
            "stop": 819201691
        },
        {
            "start": 819202650,
            "stop": 819202863
        },
        {
            "start": 819202879,
            "stop": 819202951
        },
        {
            "start": 819202954,
            "stop": 819203985
        },
        {
            "start": 819204688,
            "stop": 819205295
        },
        {
            "start": 819205298,
            "stop": 819205430
        },
        {
            "start": 819205433,
            "stop": 819205599
        },
        {
            "start": 819205602,
            "stop": 819205772
        },
        {
            "start": 819205775,
            "stop": 819206103
        },
        {
            "start": 819206106,
            "stop": 819206321
        },
        {
            "start": 819206324,
            "stop": 819207659
        },
        {
            "start": 819207662,
            "stop": 819208069
        },
        {
            "start": 819208072,
            "stop": 819208075
        },
        {
            "start": 819208079,
            "stop": 819208746
        },
        {
            "start": 819208749,
            "stop": 819208875
        },
        {
            "start": 819208879,
            "stop": 819208926
        }
    ]
}