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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3129",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3130,
    "results": [
        {
            "start": 868193040,
            "stop": 868194546
        },
        {
            "start": 868194550,
            "stop": 868198800
        },
        {
            "start": 868198920,
            "stop": 868199420
        },
        {
            "start": 868199425,
            "stop": 868199460
        },
        {
            "start": 868199520,
            "stop": 868199930
        },
        {
            "start": 868199934,
            "stop": 868200272
        },
        {
            "start": 868200278,
            "stop": 868206900
        },
        {
            "start": 868206960,
            "stop": 868207892
        },
        {
            "start": 868207898,
            "stop": 868208237
        },
        {
            "start": 868208243,
            "stop": 868209143
        },
        {
            "start": 868209147,
            "stop": 868209960
        },
        {
            "start": 868210020,
            "stop": 868210675
        },
        {
            "start": 868210681,
            "stop": 868211340
        },
        {
            "start": 868211400,
            "stop": 868212930
        },
        {
            "start": 868212990,
            "stop": 868213006
        },
        {
            "start": 868215016,
            "stop": 868215900
        },
        {
            "start": 868215960,
            "stop": 868216102
        },
        {
            "start": 868222569,
            "stop": 868223099
        },
        {
            "start": 868223247,
            "stop": 868223640
        },
        {
            "start": 868223872,
            "stop": 868224105
        }
    ]
}