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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=169",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 170,
    "results": [
        {
            "start": 820172996,
            "stop": 820173126
        },
        {
            "start": 820173129,
            "stop": 820173265
        },
        {
            "start": 820173268,
            "stop": 820173347
        },
        {
            "start": 820173350,
            "stop": 820174060
        },
        {
            "start": 820174063,
            "stop": 820174502
        },
        {
            "start": 820174506,
            "stop": 820174668
        },
        {
            "start": 820174671,
            "stop": 820175030
        },
        {
            "start": 820175033,
            "stop": 820175341
        },
        {
            "start": 820177085,
            "stop": 820177494
        },
        {
            "start": 820177497,
            "stop": 820177774
        },
        {
            "start": 820177777,
            "stop": 820177915
        },
        {
            "start": 820177919,
            "stop": 820177939
        },
        {
            "start": 820177942,
            "stop": 820178083
        },
        {
            "start": 820178086,
            "stop": 820178327
        },
        {
            "start": 820178331,
            "stop": 820178370
        },
        {
            "start": 820178374,
            "stop": 820178713
        },
        {
            "start": 820178716,
            "stop": 820178847
        },
        {
            "start": 820178851,
            "stop": 820179059
        },
        {
            "start": 820179062,
            "stop": 820179357
        },
        {
            "start": 820179360,
            "stop": 820179486
        }
    ]
}