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=40557
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=40558",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40556",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40557,
    "results": [
        {
            "start": 874834832,
            "stop": 874834879
        },
        {
            "start": 874834880,
            "stop": 874834889
        },
        {
            "start": 874834890,
            "stop": 874834951
        },
        {
            "start": 874834952,
            "stop": 874834974
        },
        {
            "start": 874834975,
            "stop": 874834979
        },
        {
            "start": 874835040,
            "stop": 874835097
        },
        {
            "start": 874835100,
            "stop": 874835106
        },
        {
            "start": 874835107,
            "stop": 874835151
        },
        {
            "start": 874835152,
            "stop": 874835156
        },
        {
            "start": 874835157,
            "stop": 874835178
        },
        {
            "start": 874835180,
            "stop": 874835181
        },
        {
            "start": 874835183,
            "stop": 874835201
        },
        {
            "start": 874835202,
            "stop": 874835222
        },
        {
            "start": 874835223,
            "stop": 874835282
        },
        {
            "start": 874835283,
            "stop": 874835289
        },
        {
            "start": 874835290,
            "stop": 874835293
        },
        {
            "start": 874835294,
            "stop": 874835295
        },
        {
            "start": 874835296,
            "stop": 874835316
        },
        {
            "start": 874835317,
            "stop": 874835320
        },
        {
            "start": 874835321,
            "stop": 874835339
        }
    ]
}