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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=316",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 317,
    "results": [
        {
            "start": 822402216,
            "stop": 822403740
        },
        {
            "start": 822403800,
            "stop": 822403850
        },
        {
            "start": 822403858,
            "stop": 822403860
        },
        {
            "start": 822403920,
            "stop": 822404580
        },
        {
            "start": 822404700,
            "stop": 822404940
        },
        {
            "start": 822405060,
            "stop": 822405300
        },
        {
            "start": 822405360,
            "stop": 822405480
        },
        {
            "start": 822405540,
            "stop": 822405584
        },
        {
            "start": 822405765,
            "stop": 822405794
        },
        {
            "start": 822405801,
            "stop": 822405900
        },
        {
            "start": 822405960,
            "stop": 822406680
        },
        {
            "start": 822406740,
            "stop": 822406794
        },
        {
            "start": 822406798,
            "stop": 822406920
        },
        {
            "start": 822407040,
            "stop": 822407150
        },
        {
            "start": 822407230,
            "stop": 822407744
        },
        {
            "start": 822407925,
            "stop": 822408060
        },
        {
            "start": 822408180,
            "stop": 822408749
        },
        {
            "start": 822408762,
            "stop": 822409178
        },
        {
            "start": 822409185,
            "stop": 822411590
        },
        {
            "start": 822411670,
            "stop": 822411673
        }
    ]
}