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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=333",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 334,
    "results": [
        {
            "start": 847712365,
            "stop": 847712391
        },
        {
            "start": 847712393,
            "stop": 847712396
        },
        {
            "start": 847712398,
            "stop": 847712430
        },
        {
            "start": 847712431,
            "stop": 847712517
        },
        {
            "start": 847712518,
            "stop": 847712524
        },
        {
            "start": 847712525,
            "stop": 847712559
        },
        {
            "start": 847712560,
            "stop": 847712567
        },
        {
            "start": 847712568,
            "stop": 847712609
        },
        {
            "start": 847712610,
            "stop": 847712652
        },
        {
            "start": 847712653,
            "stop": 847712745
        },
        {
            "start": 847712746,
            "stop": 847712747
        },
        {
            "start": 847712749,
            "stop": 847712822
        },
        {
            "start": 847712823,
            "stop": 847712830
        },
        {
            "start": 847712831,
            "stop": 847712833
        },
        {
            "start": 847712834,
            "stop": 847712856
        },
        {
            "start": 847712857,
            "stop": 847712875
        },
        {
            "start": 847712876,
            "stop": 847712900
        },
        {
            "start": 847712901,
            "stop": 847712906
        },
        {
            "start": 847712907,
            "stop": 847712941
        },
        {
            "start": 847712942,
            "stop": 847712943
        }
    ]
}