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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5293",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5291",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5292,
    "results": [
        {
            "start": 1137087348,
            "stop": 1137087413
        },
        {
            "start": 1137087415,
            "stop": 1137087503
        },
        {
            "start": 1137087504,
            "stop": 1137087506
        },
        {
            "start": 1137087508,
            "stop": 1137087515
        },
        {
            "start": 1137087516,
            "stop": 1137087525
        },
        {
            "start": 1137087527,
            "stop": 1137087535
        },
        {
            "start": 1137087537,
            "stop": 1137087557
        },
        {
            "start": 1137087559,
            "stop": 1137087565
        },
        {
            "start": 1137087566,
            "stop": 1137087616
        },
        {
            "start": 1137087618,
            "stop": 1137087651
        },
        {
            "start": 1137087653,
            "stop": 1137087655
        },
        {
            "start": 1137087659,
            "stop": 1137087685
        },
        {
            "start": 1137087687,
            "stop": 1137087715
        },
        {
            "start": 1137087716,
            "stop": 1137087785
        },
        {
            "start": 1137087787,
            "stop": 1137087789
        },
        {
            "start": 1137087791,
            "stop": 1137087793
        },
        {
            "start": 1137087795,
            "stop": 1137087797
        },
        {
            "start": 1137087799,
            "stop": 1137087816
        },
        {
            "start": 1137087818,
            "stop": 1137087832
        },
        {
            "start": 1137087834,
            "stop": 1137087874
        }
    ]
}