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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33099",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33097",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33098,
    "results": [
        {
            "start": 970543391,
            "stop": 970543420
        },
        {
            "start": 970543425,
            "stop": 970543437
        },
        {
            "start": 970543439,
            "stop": 970543479
        },
        {
            "start": 970543481,
            "stop": 970543508
        },
        {
            "start": 970543511,
            "stop": 970543526
        },
        {
            "start": 970543528,
            "stop": 970543530
        },
        {
            "start": 970543532,
            "stop": 970543569
        },
        {
            "start": 970543571,
            "stop": 970543575
        },
        {
            "start": 970543576,
            "stop": 970543593
        },
        {
            "start": 970543595,
            "stop": 970543600
        },
        {
            "start": 970543601,
            "stop": 970543613
        },
        {
            "start": 970543614,
            "stop": 970543617
        },
        {
            "start": 970543618,
            "stop": 970543631
        },
        {
            "start": 970543632,
            "stop": 970543667
        },
        {
            "start": 970543668,
            "stop": 970543681
        },
        {
            "start": 970543683,
            "stop": 970543695
        },
        {
            "start": 970543696,
            "stop": 970543703
        },
        {
            "start": 970543705,
            "stop": 970543746
        },
        {
            "start": 970543748,
            "stop": 970543763
        },
        {
            "start": 970543764,
            "stop": 970543786
        }
    ]
}