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=2917
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=2918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2916",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2917,
    "results": [
        {
            "start": 858489965,
            "stop": 858490620
        },
        {
            "start": 858490680,
            "stop": 858506340
        },
        {
            "start": 858506400,
            "stop": 858510464
        },
        {
            "start": 858510645,
            "stop": 858513720
        },
        {
            "start": 858513780,
            "stop": 858514641
        },
        {
            "start": 858514645,
            "stop": 858516065
        },
        {
            "start": 858516070,
            "stop": 858516120
        },
        {
            "start": 858516180,
            "stop": 858518649
        },
        {
            "start": 858518653,
            "stop": 858523124
        },
        {
            "start": 858523305,
            "stop": 858523380
        },
        {
            "start": 858523440,
            "stop": 858523920
        },
        {
            "start": 858523980,
            "stop": 858524040
        },
        {
            "start": 858524100,
            "stop": 858524324
        },
        {
            "start": 858524565,
            "stop": 858525692
        },
        {
            "start": 858525700,
            "stop": 858525720
        },
        {
            "start": 858526005,
            "stop": 858526680
        },
        {
            "start": 858526740,
            "stop": 858528278
        },
        {
            "start": 858529425,
            "stop": 858531390
        },
        {
            "start": 858531395,
            "stop": 858531600
        },
        {
            "start": 858531603,
            "stop": 858531817
        }
    ]
}