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=3032
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=3033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3031",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3032,
    "results": [
        {
            "start": 863966838,
            "stop": 863966849
        },
        {
            "start": 863967991,
            "stop": 863968065
        },
        {
            "start": 863968070,
            "stop": 863969686
        },
        {
            "start": 863971490,
            "stop": 863971537
        },
        {
            "start": 863975624,
            "stop": 863976066
        },
        {
            "start": 863976070,
            "stop": 863977652
        },
        {
            "start": 863977982,
            "stop": 863978862
        },
        {
            "start": 863978866,
            "stop": 863978999
        },
        {
            "start": 863980125,
            "stop": 863981220
        },
        {
            "start": 863981340,
            "stop": 863981914
        },
        {
            "start": 863981920,
            "stop": 863982658
        },
        {
            "start": 863983982,
            "stop": 863984082
        },
        {
            "start": 863985229,
            "stop": 863988060
        },
        {
            "start": 863988120,
            "stop": 863990640
        },
        {
            "start": 863990760,
            "stop": 863991262
        },
        {
            "start": 863991275,
            "stop": 863991320
        },
        {
            "start": 863991325,
            "stop": 863992429
        },
        {
            "start": 863992433,
            "stop": 863992440
        },
        {
            "start": 863992500,
            "stop": 863992507
        },
        {
            "start": 863992516,
            "stop": 863992735
        }
    ]
}