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=3065
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=3066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3064",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3065,
    "results": [
        {
            "start": 865430129,
            "stop": 865431120
        },
        {
            "start": 865431180,
            "stop": 865455257
        },
        {
            "start": 865455260,
            "stop": 865465052
        },
        {
            "start": 865465475,
            "stop": 865465497
        },
        {
            "start": 865465812,
            "stop": 865474358
        },
        {
            "start": 865475485,
            "stop": 865479252
        },
        {
            "start": 865479255,
            "stop": 865487245
        },
        {
            "start": 865487250,
            "stop": 865490701
        },
        {
            "start": 865492064,
            "stop": 865498303
        },
        {
            "start": 865498308,
            "stop": 865519560
        },
        {
            "start": 865519620,
            "stop": 865542225
        },
        {
            "start": 865543780,
            "stop": 865544476
        },
        {
            "start": 865544479,
            "stop": 865545719
        },
        {
            "start": 865545728,
            "stop": 865545734
        },
        {
            "start": 865545737,
            "stop": 865547310
        },
        {
            "start": 865547430,
            "stop": 865554057
        },
        {
            "start": 865554120,
            "stop": 865554780
        },
        {
            "start": 865554840,
            "stop": 865556787
        },
        {
            "start": 865558373,
            "stop": 865561680
        },
        {
            "start": 865561740,
            "stop": 865562373
        }
    ]
}