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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=170",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 171,
    "results": [
        {
            "start": 931447393,
            "stop": 931447447
        },
        {
            "start": 931447448,
            "stop": 931447555
        },
        {
            "start": 931447556,
            "stop": 931447628
        },
        {
            "start": 931447629,
            "stop": 931447631
        },
        {
            "start": 931447634,
            "stop": 931447641
        },
        {
            "start": 931447642,
            "stop": 931447716
        },
        {
            "start": 931447717,
            "stop": 931447832
        },
        {
            "start": 931447833,
            "stop": 931447834
        },
        {
            "start": 931447838,
            "stop": 931447855
        },
        {
            "start": 931447857,
            "stop": 931447954
        },
        {
            "start": 931447955,
            "stop": 931448130
        },
        {
            "start": 931448131,
            "stop": 931448262
        },
        {
            "start": 931448263,
            "stop": 931448310
        },
        {
            "start": 931448312,
            "stop": 931448315
        },
        {
            "start": 931448317,
            "stop": 931448320
        },
        {
            "start": 931448322,
            "stop": 931448339
        },
        {
            "start": 931448340,
            "stop": 931448443
        },
        {
            "start": 931448444,
            "stop": 931448616
        },
        {
            "start": 931448617,
            "stop": 931448630
        },
        {
            "start": 931448631,
            "stop": 931448726
        }
    ]
}