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=1056
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=1057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1055",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1056,
    "results": [
        {
            "start": 873078039,
            "stop": 873081099
        },
        {
            "start": 873082947,
            "stop": 873084267
        },
        {
            "start": 873084577,
            "stop": 873086077
        },
        {
            "start": 873088887,
            "stop": 873097167
        },
        {
            "start": 873097325,
            "stop": 873097505
        },
        {
            "start": 873097651,
            "stop": 873097891
        },
        {
            "start": 873098092,
            "stop": 873098512
        },
        {
            "start": 873098963,
            "stop": 873099143
        },
        {
            "start": 873099421,
            "stop": 873099601
        },
        {
            "start": 873100154,
            "stop": 873100214
        },
        {
            "start": 873106738,
            "stop": 873107818
        },
        {
            "start": 873108085,
            "stop": 873108625
        },
        {
            "start": 873109127,
            "stop": 873109967
        },
        {
            "start": 873110128,
            "stop": 873110728
        },
        {
            "start": 873111658,
            "stop": 873111958
        },
        {
            "start": 873112085,
            "stop": 873112535
        },
        {
            "start": 873112788,
            "stop": 873112908
        },
        {
            "start": 873114227,
            "stop": 873114767
        },
        {
            "start": 873115082,
            "stop": 873115262
        },
        {
            "start": 873115902,
            "stop": 873116322
        }
    ]
}