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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=263",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 264,
    "results": [
        {
            "start": 829999474,
            "stop": 830005054
        },
        {
            "start": 830006983,
            "stop": 830007343
        },
        {
            "start": 830041611,
            "stop": 830041671
        },
        {
            "start": 830041947,
            "stop": 830042067
        },
        {
            "start": 830042206,
            "stop": 830042266
        },
        {
            "start": 830042416,
            "stop": 830043166
        },
        {
            "start": 830043305,
            "stop": 830043845
        },
        {
            "start": 830045903,
            "stop": 830046683
        },
        {
            "start": 830046833,
            "stop": 830052023
        },
        {
            "start": 830052239,
            "stop": 830052359
        },
        {
            "start": 830052515,
            "stop": 830053175
        },
        {
            "start": 830053353,
            "stop": 830053473
        },
        {
            "start": 830060262,
            "stop": 830060322
        },
        {
            "start": 830060759,
            "stop": 830062949
        },
        {
            "start": 830063099,
            "stop": 830072099
        },
        {
            "start": 830074390,
            "stop": 830076100
        },
        {
            "start": 830076250,
            "stop": 830080720
        },
        {
            "start": 830080810,
            "stop": 830085790
        },
        {
            "start": 830086181,
            "stop": 830088401
        },
        {
            "start": 830091932,
            "stop": 830094032
        }
    ]
}