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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=318",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 319,
    "results": [
        {
            "start": 833511340,
            "stop": 833511460
        },
        {
            "start": 833511621,
            "stop": 833519481
        },
        {
            "start": 833519701,
            "stop": 833522431
        },
        {
            "start": 833524437,
            "stop": 833524797
        },
        {
            "start": 833524934,
            "stop": 833525174
        },
        {
            "start": 833528579,
            "stop": 833528639
        },
        {
            "start": 833529277,
            "stop": 833529457
        },
        {
            "start": 833529817,
            "stop": 833530777
        },
        {
            "start": 833530955,
            "stop": 833534975
        },
        {
            "start": 833535173,
            "stop": 833536553
        },
        {
            "start": 833536738,
            "stop": 833539438
        },
        {
            "start": 833540447,
            "stop": 833544167
        },
        {
            "start": 833558474,
            "stop": 833558654
        },
        {
            "start": 833558881,
            "stop": 833558941
        },
        {
            "start": 833559283,
            "stop": 833560663
        },
        {
            "start": 833560835,
            "stop": 833561135
        },
        {
            "start": 833561472,
            "stop": 833562192
        },
        {
            "start": 833562486,
            "stop": 833563146
        },
        {
            "start": 833563756,
            "stop": 833563996
        },
        {
            "start": 833564438,
            "stop": 833564618
        }
    ]
}