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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=222",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 223,
    "results": [
        {
            "start": 852691940,
            "stop": 852692148
        },
        {
            "start": 852695527,
            "stop": 852697972
        },
        {
            "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
        },
        {
            "start": 852813548,
            "stop": 852813552
        },
        {
            "start": 852813563,
            "stop": 852813578
        },
        {
            "start": 852813583,
            "stop": 852813584
        },
        {
            "start": 852813588,
            "stop": 852813614
        },
        {
            "start": 852813638,
            "stop": 852813639
        },
        {
            "start": 852813642,
            "stop": 852825665
        },
        {
            "start": 852826457,
            "stop": 852829331
        }
    ]
}