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=387
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=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=386",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 387,
    "results": [
        {
            "start": 847758057,
            "stop": 847758060
        },
        {
            "start": 847758061,
            "stop": 847758071
        },
        {
            "start": 847758072,
            "stop": 847758138
        },
        {
            "start": 847758139,
            "stop": 847758151
        },
        {
            "start": 847758153,
            "stop": 847758282
        },
        {
            "start": 847758285,
            "stop": 847758331
        },
        {
            "start": 847758332,
            "stop": 847758350
        },
        {
            "start": 847758351,
            "stop": 847758368
        },
        {
            "start": 847758370,
            "stop": 847758410
        },
        {
            "start": 847758412,
            "stop": 847758480
        },
        {
            "start": 847758481,
            "stop": 847758486
        },
        {
            "start": 847758487,
            "stop": 847758497
        },
        {
            "start": 847758498,
            "stop": 847758575
        },
        {
            "start": 847758577,
            "stop": 847758605
        },
        {
            "start": 847758606,
            "stop": 847758626
        },
        {
            "start": 847758627,
            "stop": 847758646
        },
        {
            "start": 847758647,
            "stop": 847758652
        },
        {
            "start": 847758653,
            "stop": 847758655
        },
        {
            "start": 847758656,
            "stop": 847758664
        },
        {
            "start": 847758665,
            "stop": 847758666
        }
    ]
}