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=677
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=678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=676",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 677,
    "results": [
        {
            "start": 852646939,
            "stop": 852648353
        },
        {
            "start": 852649115,
            "stop": 852652926
        },
        {
            "start": 852658065,
            "stop": 852660468
        },
        {
            "start": 852660469,
            "stop": 852661333
        },
        {
            "start": 852663922,
            "stop": 852669906
        },
        {
            "start": 852673996,
            "stop": 852679302
        },
        {
            "start": 852690177,
            "stop": 852691891
        },
        {
            "start": 852691940,
            "stop": 852692148
        },
        {
            "start": 852695527,
            "stop": 852697608
        },
        {
            "start": 852713235,
            "stop": 852715693
        },
        {
            "start": 852716282,
            "stop": 852716833
        },
        {
            "start": 852717813,
            "stop": 852729668
        },
        {
            "start": 852729694,
            "stop": 852741479
        },
        {
            "start": 852741482,
            "stop": 852741485
        },
        {
            "start": 852741497,
            "stop": 852745628
        },
        {
            "start": 852746740,
            "stop": 852752833
        },
        {
            "start": 852753514,
            "stop": 852758756
        },
        {
            "start": 852759788,
            "stop": 852794507
        },
        {
            "start": 852795893,
            "stop": 852813534
        },
        {
            "start": 852813543,
            "stop": 852813545
        }
    ]
}