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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7124",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7125,
    "results": [
        {
            "start": 874281507,
            "stop": 874281513
        },
        {
            "start": 874281514,
            "stop": 874281777
        },
        {
            "start": 874281779,
            "stop": 874281792
        },
        {
            "start": 874281793,
            "stop": 874281876
        },
        {
            "start": 874281877,
            "stop": 874282153
        },
        {
            "start": 874282154,
            "stop": 874282359
        },
        {
            "start": 874282360,
            "stop": 874282376
        },
        {
            "start": 874282378,
            "stop": 874282470
        },
        {
            "start": 874282471,
            "stop": 874282592
        },
        {
            "start": 874282593,
            "stop": 874282783
        },
        {
            "start": 874282784,
            "stop": 874283031
        },
        {
            "start": 874283032,
            "stop": 874283117
        },
        {
            "start": 874283119,
            "stop": 874283360
        },
        {
            "start": 874283361,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874283560
        },
        {
            "start": 874283562,
            "stop": 874283891
        },
        {
            "start": 874283892,
            "stop": 874284068
        },
        {
            "start": 874284069,
            "stop": 874284242
        },
        {
            "start": 874284244,
            "stop": 874284393
        },
        {
            "start": 874284395,
            "stop": 874284513
        }
    ]
}