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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=260",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 261,
    "results": [
        {
            "start": 858535758,
            "stop": 858555779
        },
        {
            "start": 858557039,
            "stop": 858563170
        },
        {
            "start": 858563172,
            "stop": 858594179
        },
        {
            "start": 858595354,
            "stop": 858607481
        },
        {
            "start": 858609212,
            "stop": 858617417
        },
        {
            "start": 858619710,
            "stop": 858620095
        },
        {
            "start": 858621523,
            "stop": 858626366
        },
        {
            "start": 858627585,
            "stop": 858643077
        },
        {
            "start": 858643283,
            "stop": 858644257
        },
        {
            "start": 858644557,
            "stop": 858693365
        },
        {
            "start": 858693475,
            "stop": 858693552
        },
        {
            "start": 858694210,
            "stop": 858715047
        },
        {
            "start": 858715357,
            "stop": 858717416
        },
        {
            "start": 858717688,
            "stop": 858724815
        },
        {
            "start": 858725316,
            "stop": 858741068
        },
        {
            "start": 858741462,
            "stop": 858765780
        },
        {
            "start": 858766128,
            "stop": 858777077
        },
        {
            "start": 858778422,
            "stop": 858783472
        },
        {
            "start": 858783774,
            "stop": 858784087
        },
        {
            "start": 858784156,
            "stop": 858785011
        }
    ]
}