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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=293",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 294,
    "results": [
        {
            "start": 931174961,
            "stop": 931174964
        },
        {
            "start": 931174965,
            "stop": 931174970
        },
        {
            "start": 931174971,
            "stop": 931174973
        },
        {
            "start": 931174976,
            "stop": 931174986
        },
        {
            "start": 931174988,
            "stop": 931174990
        },
        {
            "start": 931174992,
            "stop": 931174997
        },
        {
            "start": 931175001,
            "stop": 931175006
        },
        {
            "start": 931175007,
            "stop": 931175021
        },
        {
            "start": 931175022,
            "stop": 931175025
        },
        {
            "start": 931175030,
            "stop": 931175034
        },
        {
            "start": 931175037,
            "stop": 931175038
        },
        {
            "start": 931175039,
            "stop": 931175041
        },
        {
            "start": 931175042,
            "stop": 931175046
        },
        {
            "start": 931175047,
            "stop": 931175049
        },
        {
            "start": 931175051,
            "stop": 931175055
        },
        {
            "start": 931175056,
            "stop": 931175057
        },
        {
            "start": 931175059,
            "stop": 931175065
        },
        {
            "start": 931175066,
            "stop": 931175080
        },
        {
            "start": 931175081,
            "stop": 931175083
        },
        {
            "start": 931175084,
            "stop": 931175087
        }
    ]
}