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=3202
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=3203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3201",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3202,
    "results": [
        {
            "start": 870808728,
            "stop": 870808735
        },
        {
            "start": 870808800,
            "stop": 870809280
        },
        {
            "start": 870809340,
            "stop": 870809700
        },
        {
            "start": 870809880,
            "stop": 870811680
        },
        {
            "start": 870811740,
            "stop": 870813120
        },
        {
            "start": 870813180,
            "stop": 870813728
        },
        {
            "start": 870814066,
            "stop": 870814597
        },
        {
            "start": 870814603,
            "stop": 870814652
        },
        {
            "start": 870814658,
            "stop": 870814800
        },
        {
            "start": 870814860,
            "stop": 870814904
        },
        {
            "start": 870816682,
            "stop": 870817620
        },
        {
            "start": 870817680,
            "stop": 870818340
        },
        {
            "start": 870818400,
            "stop": 870820620
        },
        {
            "start": 870820680,
            "stop": 870820740
        },
        {
            "start": 870820860,
            "stop": 870821059
        },
        {
            "start": 870821067,
            "stop": 870822234
        },
        {
            "start": 870822237,
            "stop": 870822780
        },
        {
            "start": 870822840,
            "stop": 870824712
        },
        {
            "start": 870825058,
            "stop": 870873063
        },
        {
            "start": 870873267,
            "stop": 870891407
        }
    ]
}