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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=939",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 940,
    "results": [
        {
            "start": 866602706,
            "stop": 866603786
        },
        {
            "start": 866603906,
            "stop": 866604146
        },
        {
            "start": 866604295,
            "stop": 866604475
        },
        {
            "start": 866604565,
            "stop": 866604715
        },
        {
            "start": 866604865,
            "stop": 866604955
        },
        {
            "start": 866609977,
            "stop": 866614357
        },
        {
            "start": 866614579,
            "stop": 866617579
        },
        {
            "start": 866618435,
            "stop": 866626055
        },
        {
            "start": 866626325,
            "stop": 866634515
        },
        {
            "start": 866634923,
            "stop": 866641883
        },
        {
            "start": 866642045,
            "stop": 866644865
        },
        {
            "start": 866647678,
            "stop": 866650918
        },
        {
            "start": 866651065,
            "stop": 866651365
        },
        {
            "start": 866660058,
            "stop": 866660778
        },
        {
            "start": 866661803,
            "stop": 866664023
        },
        {
            "start": 866664173,
            "stop": 866664593
        },
        {
            "start": 866664743,
            "stop": 866666333
        },
        {
            "start": 866666483,
            "stop": 866671223
        },
        {
            "start": 866671511,
            "stop": 866672651
        },
        {
            "start": 866672794,
            "stop": 866680714
        }
    ]
}