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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=129",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 130,
    "results": [
        {
            "start": 819757810,
            "stop": 819757919
        },
        {
            "start": 819757980,
            "stop": 819758129
        },
        {
            "start": 819758137,
            "stop": 819758209
        },
        {
            "start": 819758216,
            "stop": 819758611
        },
        {
            "start": 819758619,
            "stop": 819758892
        },
        {
            "start": 819758900,
            "stop": 819758949
        },
        {
            "start": 819758956,
            "stop": 819759830
        },
        {
            "start": 819759910,
            "stop": 819760080
        },
        {
            "start": 819760140,
            "stop": 819760333
        },
        {
            "start": 819761763,
            "stop": 819762963
        },
        {
            "start": 819762970,
            "stop": 819763029
        },
        {
            "start": 819763036,
            "stop": 819763260
        },
        {
            "start": 819763320,
            "stop": 819763482
        },
        {
            "start": 819763489,
            "stop": 819763532
        },
        {
            "start": 819763539,
            "stop": 819763746
        },
        {
            "start": 819764281,
            "stop": 819765372
        },
        {
            "start": 819765379,
            "stop": 819765770
        },
        {
            "start": 819765910,
            "stop": 819766274
        },
        {
            "start": 819766281,
            "stop": 819767503
        },
        {
            "start": 819767864,
            "stop": 819768054
        }
    ]
}