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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=565",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 566,
    "results": [
        {
            "start": 832426489,
            "stop": 832427113
        },
        {
            "start": 832454156,
            "stop": 832454213
        },
        {
            "start": 832457521,
            "stop": 832458493
        },
        {
            "start": 832459362,
            "stop": 832459813
        },
        {
            "start": 832459814,
            "stop": 832460269
        },
        {
            "start": 832460271,
            "stop": 832461365
        },
        {
            "start": 832461366,
            "stop": 832461973
        },
        {
            "start": 832463201,
            "stop": 832465093
        },
        {
            "start": 832466589,
            "stop": 832472641
        },
        {
            "start": 832473303,
            "stop": 832479465
        },
        {
            "start": 832481394,
            "stop": 832493893
        },
        {
            "start": 832494520,
            "stop": 832502133
        },
        {
            "start": 832502134,
            "stop": 832504080
        },
        {
            "start": 832510782,
            "stop": 832515708
        },
        {
            "start": 832515709,
            "stop": 832520413
        },
        {
            "start": 832525136,
            "stop": 832530176
        },
        {
            "start": 832530496,
            "stop": 832530808
        },
        {
            "start": 832535727,
            "stop": 832537286
        },
        {
            "start": 832537686,
            "stop": 832542171
        },
        {
            "start": 832543352,
            "stop": 832553329
        }
    ]
}