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=915
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=916",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=914",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 915,
    "results": [
        {
            "start": 865161468,
            "stop": 865162968
        },
        {
            "start": 865163118,
            "stop": 865163748
        },
        {
            "start": 865163903,
            "stop": 865165043
        },
        {
            "start": 865165222,
            "stop": 865165282
        },
        {
            "start": 865165466,
            "stop": 865165586
        },
        {
            "start": 865165747,
            "stop": 865165867
        },
        {
            "start": 865170228,
            "stop": 865170768
        },
        {
            "start": 865171162,
            "stop": 865172242
        },
        {
            "start": 865172858,
            "stop": 865175618
        },
        {
            "start": 865176125,
            "stop": 865177085
        },
        {
            "start": 865179027,
            "stop": 865179207
        },
        {
            "start": 865180200,
            "stop": 865180380
        },
        {
            "start": 865180526,
            "stop": 865180646
        },
        {
            "start": 865183225,
            "stop": 865183405
        },
        {
            "start": 865183593,
            "stop": 865183713
        },
        {
            "start": 865184037,
            "stop": 865184397
        },
        {
            "start": 865184667,
            "stop": 865184907
        },
        {
            "start": 865185276,
            "stop": 865185336
        },
        {
            "start": 865189914,
            "stop": 865190034
        },
        {
            "start": 865193807,
            "stop": 865193927
        }
    ]
}