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_CAT1/segments?format=api&page=1405
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1404",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1405,
    "results": [
        {
            "start": 846605327,
            "stop": 846605332
        },
        {
            "start": 846605341,
            "stop": 846605651
        },
        {
            "start": 846605654,
            "stop": 846605655
        },
        {
            "start": 846605658,
            "stop": 846606110
        },
        {
            "start": 846606126,
            "stop": 846606730
        },
        {
            "start": 846606733,
            "stop": 846607085
        },
        {
            "start": 846607094,
            "stop": 846607097
        },
        {
            "start": 846607109,
            "stop": 846607110
        },
        {
            "start": 846607113,
            "stop": 846607393
        },
        {
            "start": 846607396,
            "stop": 846607438
        },
        {
            "start": 846607441,
            "stop": 846607451
        },
        {
            "start": 846607457,
            "stop": 846607509
        },
        {
            "start": 846607515,
            "stop": 846607620
        },
        {
            "start": 846607631,
            "stop": 846608260
        },
        {
            "start": 846608264,
            "stop": 846608267
        },
        {
            "start": 846608270,
            "stop": 846608274
        },
        {
            "start": 846608284,
            "stop": 846608480
        },
        {
            "start": 846608483,
            "stop": 846610300
        },
        {
            "start": 846610304,
            "stop": 846610593
        },
        {
            "start": 846610599,
            "stop": 846611066
        }
    ]
}