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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=407",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 408,
    "results": [
        {
            "start": 847789841,
            "stop": 847789847
        },
        {
            "start": 847789848,
            "stop": 847789850
        },
        {
            "start": 847789851,
            "stop": 847789925
        },
        {
            "start": 847789926,
            "stop": 847789973
        },
        {
            "start": 847789976,
            "stop": 847790009
        },
        {
            "start": 847790011,
            "stop": 847790051
        },
        {
            "start": 847790053,
            "stop": 847790063
        },
        {
            "start": 847790064,
            "stop": 847790085
        },
        {
            "start": 847790086,
            "stop": 847790103
        },
        {
            "start": 847790104,
            "stop": 847790284
        },
        {
            "start": 847790285,
            "stop": 847790358
        },
        {
            "start": 847790359,
            "stop": 847790361
        },
        {
            "start": 847790362,
            "stop": 847790446
        },
        {
            "start": 847790447,
            "stop": 847790555
        },
        {
            "start": 847790556,
            "stop": 847790559
        },
        {
            "start": 847790560,
            "stop": 847790574
        },
        {
            "start": 847790575,
            "stop": 847790595
        },
        {
            "start": 847790597,
            "stop": 847790610
        },
        {
            "start": 847790611,
            "stop": 847790615
        },
        {
            "start": 847790616,
            "stop": 847790725
        }
    ]
}