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=3161
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=3162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3160",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3161,
    "results": [
        {
            "start": 869285151,
            "stop": 869285196
        },
        {
            "start": 869285201,
            "stop": 869285206
        },
        {
            "start": 869285214,
            "stop": 869285224
        },
        {
            "start": 869285228,
            "stop": 869285238
        },
        {
            "start": 869285247,
            "stop": 869285400
        },
        {
            "start": 869285520,
            "stop": 869285525
        },
        {
            "start": 869285528,
            "stop": 869285640
        },
        {
            "start": 869286060,
            "stop": 869286120
        },
        {
            "start": 869286180,
            "stop": 869286540
        },
        {
            "start": 869286660,
            "stop": 869286960
        },
        {
            "start": 869287020,
            "stop": 869287498
        },
        {
            "start": 869287560,
            "stop": 869287665
        },
        {
            "start": 869287668,
            "stop": 869290800
        },
        {
            "start": 869290860,
            "stop": 869291760
        },
        {
            "start": 869291820,
            "stop": 869292840
        },
        {
            "start": 869292900,
            "stop": 869294340
        },
        {
            "start": 869294400,
            "stop": 869294983
        },
        {
            "start": 869294986,
            "stop": 869295420
        },
        {
            "start": 869295480,
            "stop": 869299513
        },
        {
            "start": 869299516,
            "stop": 869300474
        }
    ]
}