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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=179",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 180,
    "results": [
        {
            "start": 826049631,
            "stop": 826049691
        },
        {
            "start": 826085847,
            "stop": 826085907
        },
        {
            "start": 826092310,
            "stop": 826092370
        },
        {
            "start": 826093258,
            "stop": 826093318
        },
        {
            "start": 826099117,
            "stop": 826099177
        },
        {
            "start": 826099549,
            "stop": 826099669
        },
        {
            "start": 826099914,
            "stop": 826100274
        },
        {
            "start": 826100414,
            "stop": 826100474
        },
        {
            "start": 826100787,
            "stop": 826100907
        },
        {
            "start": 826101162,
            "stop": 826101402
        },
        {
            "start": 826101872,
            "stop": 826101932
        },
        {
            "start": 826102092,
            "stop": 826102152
        },
        {
            "start": 826102549,
            "stop": 826102609
        },
        {
            "start": 826103096,
            "stop": 826103576
        },
        {
            "start": 826103829,
            "stop": 826103949
        },
        {
            "start": 826104218,
            "stop": 826104338
        },
        {
            "start": 826104507,
            "stop": 826104867
        },
        {
            "start": 826105019,
            "stop": 826105199
        },
        {
            "start": 826105510,
            "stop": 826105630
        },
        {
            "start": 826105785,
            "stop": 826105845
        }
    ]
}