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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3005",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3006,
    "results": [
        {
            "start": 862702440,
            "stop": 862702566
        },
        {
            "start": 862702570,
            "stop": 862702740
        },
        {
            "start": 862702800,
            "stop": 862702829
        },
        {
            "start": 862702832,
            "stop": 862702860
        },
        {
            "start": 862702980,
            "stop": 862703349
        },
        {
            "start": 862703352,
            "stop": 862703880
        },
        {
            "start": 862703940,
            "stop": 862704558
        },
        {
            "start": 862704562,
            "stop": 862704580
        },
        {
            "start": 862705740,
            "stop": 862705890
        },
        {
            "start": 862706506,
            "stop": 862706588
        },
        {
            "start": 862708655,
            "stop": 862708701
        },
        {
            "start": 862708705,
            "stop": 862708806
        },
        {
            "start": 862710025,
            "stop": 862710070
        },
        {
            "start": 862711083,
            "stop": 862711200
        },
        {
            "start": 862711260,
            "stop": 862711320
        },
        {
            "start": 862711380,
            "stop": 862711530
        },
        {
            "start": 862711533,
            "stop": 862711571
        },
        {
            "start": 862711575,
            "stop": 862711600
        },
        {
            "start": 862711603,
            "stop": 862711615
        },
        {
            "start": 862711618,
            "stop": 862711620
        }
    ]
}