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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=199
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=198",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 199,
    "results": [
        {
            "start": 931465362,
            "stop": 931465395
        },
        {
            "start": 931465397,
            "stop": 931465413
        },
        {
            "start": 931465416,
            "stop": 931465431
        },
        {
            "start": 931465432,
            "stop": 931465449
        },
        {
            "start": 931465451,
            "stop": 931465466
        },
        {
            "start": 931465468,
            "stop": 931465478
        },
        {
            "start": 931465480,
            "stop": 931465502
        },
        {
            "start": 931465503,
            "stop": 931465608
        },
        {
            "start": 931465610,
            "stop": 931465611
        },
        {
            "start": 931465613,
            "stop": 931465620
        },
        {
            "start": 931465621,
            "stop": 931465649
        },
        {
            "start": 931465651,
            "stop": 931465654
        },
        {
            "start": 931465657,
            "stop": 931465725
        },
        {
            "start": 931465726,
            "stop": 931465762
        },
        {
            "start": 931465764,
            "stop": 931465794
        },
        {
            "start": 931465796,
            "stop": 931465827
        },
        {
            "start": 931465830,
            "stop": 931465847
        },
        {
            "start": 931465849,
            "stop": 931465852
        },
        {
            "start": 931465854,
            "stop": 931465872
        },
        {
            "start": 931465874,
            "stop": 931465901
        }
    ]
}