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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5203",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5204,
    "results": [
        {
            "start": 873997989,
            "stop": 874001846
        },
        {
            "start": 874001882,
            "stop": 874001886
        },
        {
            "start": 874001922,
            "stop": 874003739
        },
        {
            "start": 874003756,
            "stop": 874004168
        },
        {
            "start": 874004364,
            "stop": 874005477
        },
        {
            "start": 874005703,
            "stop": 874005930
        },
        {
            "start": 874005937,
            "stop": 874006128
        },
        {
            "start": 874006136,
            "stop": 874006934
        },
        {
            "start": 874006941,
            "stop": 874006992
        },
        {
            "start": 874007028,
            "stop": 874007350
        },
        {
            "start": 874007357,
            "stop": 874008525
        },
        {
            "start": 874008532,
            "stop": 874009687
        },
        {
            "start": 874009695,
            "stop": 874010437
        },
        {
            "start": 874010454,
            "stop": 874011485
        },
        {
            "start": 874011545,
            "stop": 874011679
        },
        {
            "start": 874011701,
            "stop": 874012660
        },
        {
            "start": 874012696,
            "stop": 874012848
        },
        {
            "start": 874012855,
            "stop": 874013682
        },
        {
            "start": 874013699,
            "stop": 874014330
        },
        {
            "start": 874014874,
            "stop": 874014984
        }
    ]
}