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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=394",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 395,
    "results": [
        {
            "start": 932592530,
            "stop": 932592566
        },
        {
            "start": 932592567,
            "stop": 932592875
        },
        {
            "start": 932594775,
            "stop": 932595247
        },
        {
            "start": 932595248,
            "stop": 932595333
        },
        {
            "start": 932595334,
            "stop": 932595487
        },
        {
            "start": 932595488,
            "stop": 932595556
        },
        {
            "start": 932595559,
            "stop": 932595770
        },
        {
            "start": 932595773,
            "stop": 932595780
        },
        {
            "start": 932595781,
            "stop": 932595851
        },
        {
            "start": 932595852,
            "stop": 932596025
        },
        {
            "start": 932596028,
            "stop": 932596051
        },
        {
            "start": 932596055,
            "stop": 932596312
        },
        {
            "start": 932596313,
            "stop": 932596520
        },
        {
            "start": 932596521,
            "stop": 932596948
        },
        {
            "start": 932596949,
            "stop": 932596996
        },
        {
            "start": 932596997,
            "stop": 932597340
        },
        {
            "start": 932597341,
            "stop": 932597631
        },
        {
            "start": 932597632,
            "stop": 932597866
        },
        {
            "start": 932597869,
            "stop": 932597947
        },
        {
            "start": 932597948,
            "stop": 932598015
        }
    ]
}