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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=439",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 440,
    "results": [
        {
            "start": 862671614,
            "stop": 862671616
        },
        {
            "start": 862693028,
            "stop": 862693733
        },
        {
            "start": 862693736,
            "stop": 862695176
        },
        {
            "start": 862695344,
            "stop": 862697392
        },
        {
            "start": 862697536,
            "stop": 862698400
        },
        {
            "start": 862699782,
            "stop": 862700906
        },
        {
            "start": 862701207,
            "stop": 862701305
        },
        {
            "start": 862702063,
            "stop": 862702106
        },
        {
            "start": 862702109,
            "stop": 862704580
        },
        {
            "start": 862705719,
            "stop": 862705966
        },
        {
            "start": 862706076,
            "stop": 862706206
        },
        {
            "start": 862706506,
            "stop": 862706588
        },
        {
            "start": 862706698,
            "stop": 862706840
        },
        {
            "start": 862706847,
            "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": 862712159
        }
    ]
}