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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=351",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 352,
    "results": [
        {
            "start": 847119912,
            "stop": 847120699
        },
        {
            "start": 847123392,
            "stop": 847125918
        },
        {
            "start": 847125920,
            "stop": 847126330
        },
        {
            "start": 847127334,
            "stop": 847127908
        },
        {
            "start": 847128183,
            "stop": 847135532
        },
        {
            "start": 847136322,
            "stop": 847137234
        },
        {
            "start": 847138067,
            "stop": 847139267
        },
        {
            "start": 847142774,
            "stop": 847144055
        },
        {
            "start": 847148233,
            "stop": 847148938
        },
        {
            "start": 847150733,
            "stop": 847151311
        },
        {
            "start": 847151873,
            "stop": 847156587
        },
        {
            "start": 847156589,
            "stop": 847161181
        },
        {
            "start": 847161240,
            "stop": 847162772
        },
        {
            "start": 847162774,
            "stop": 847163012
        },
        {
            "start": 847163013,
            "stop": 847163572
        },
        {
            "start": 847163574,
            "stop": 847168291
        },
        {
            "start": 847168293,
            "stop": 847169471
        },
        {
            "start": 847169472,
            "stop": 847172866
        },
        {
            "start": 847172868,
            "stop": 847173060
        },
        {
            "start": 847173061,
            "stop": 847182057
        }
    ]
}