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=850
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=851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=849",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 850,
    "results": [
        {
            "start": 861377939,
            "stop": 861378119
        },
        {
            "start": 861378262,
            "stop": 861378382
        },
        {
            "start": 861378530,
            "stop": 861379370
        },
        {
            "start": 861381405,
            "stop": 861381465
        },
        {
            "start": 861382358,
            "stop": 861382418
        },
        {
            "start": 861385150,
            "stop": 861386290
        },
        {
            "start": 861386851,
            "stop": 861387511
        },
        {
            "start": 861387709,
            "stop": 861388129
        },
        {
            "start": 861388291,
            "stop": 861388411
        },
        {
            "start": 861388997,
            "stop": 861390857
        },
        {
            "start": 861392566,
            "stop": 861393526
        },
        {
            "start": 861394340,
            "stop": 861394460
        },
        {
            "start": 861394490,
            "stop": 861394580
        },
        {
            "start": 861396153,
            "stop": 861396273
        },
        {
            "start": 861396421,
            "stop": 861396601
        },
        {
            "start": 861396928,
            "stop": 861397528
        },
        {
            "start": 861401515,
            "stop": 861405025
        },
        {
            "start": 861405205,
            "stop": 861405655
        },
        {
            "start": 861406018,
            "stop": 861413638
        },
        {
            "start": 861413818,
            "stop": 861415678
        }
    ]
}