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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=283",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 284,
    "results": [
        {
            "start": 862669265,
            "stop": 862671616
        },
        {
            "start": 862693028,
            "stop": 862695176
        },
        {
            "start": 862695344,
            "stop": 862697392
        },
        {
            "start": 862697536,
            "stop": 862698400
        },
        {
            "start": 862699782,
            "stop": 862700907
        },
        {
            "start": 862701207,
            "stop": 862701308
        },
        {
            "start": 862702063,
            "stop": 862704580
        },
        {
            "start": 862705719,
            "stop": 862705966
        },
        {
            "start": 862706076,
            "stop": 862706206
        },
        {
            "start": 862706506,
            "stop": 862706588
        },
        {
            "start": 862706698,
            "stop": 862708355
        },
        {
            "start": 862708655,
            "stop": 862708806
        },
        {
            "start": 862708916,
            "stop": 862709725
        },
        {
            "start": 862710025,
            "stop": 862710070
        },
        {
            "start": 862710180,
            "stop": 862710783
        },
        {
            "start": 862711083,
            "stop": 862711632
        },
        {
            "start": 862712091,
            "stop": 862712327
        },
        {
            "start": 862712437,
            "stop": 862713025
        },
        {
            "start": 862713325,
            "stop": 862713435
        },
        {
            "start": 862713482,
            "stop": 862713546
        }
    ]
}