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=738
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=739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=737",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 738,
    "results": [
        {
            "start": 855467017,
            "stop": 855467137
        },
        {
            "start": 855467276,
            "stop": 855469076
        },
        {
            "start": 855469226,
            "stop": 855469796
        },
        {
            "start": 855469954,
            "stop": 855470134
        },
        {
            "start": 855470316,
            "stop": 855470676
        },
        {
            "start": 855471067,
            "stop": 855472087
        },
        {
            "start": 855472236,
            "stop": 855474636
        },
        {
            "start": 855474787,
            "stop": 855474877
        },
        {
            "start": 855476196,
            "stop": 855476856
        },
        {
            "start": 855477046,
            "stop": 855477976
        },
        {
            "start": 855478320,
            "stop": 855478380
        },
        {
            "start": 855478533,
            "stop": 855478653
        },
        {
            "start": 855478808,
            "stop": 855479228
        },
        {
            "start": 855479399,
            "stop": 855482999
        },
        {
            "start": 855483204,
            "stop": 855483384
        },
        {
            "start": 855483538,
            "stop": 855485158
        },
        {
            "start": 855485321,
            "stop": 855486581
        },
        {
            "start": 855486740,
            "stop": 855487280
        },
        {
            "start": 855487648,
            "stop": 855488428
        },
        {
            "start": 855488890,
            "stop": 855489610
        }
    ]
}