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=1474
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=1475",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1473",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1474,
    "results": [
        {
            "start": 861573488,
            "stop": 861573503
        },
        {
            "start": 861573507,
            "stop": 861573724
        },
        {
            "start": 861573811,
            "stop": 861577899
        },
        {
            "start": 861578568,
            "stop": 861625573
        },
        {
            "start": 861627240,
            "stop": 861641360
        },
        {
            "start": 861641658,
            "stop": 861646594
        },
        {
            "start": 861646597,
            "stop": 861647174
        },
        {
            "start": 861647177,
            "stop": 861650107
        },
        {
            "start": 861650303,
            "stop": 861652875
        },
        {
            "start": 861653676,
            "stop": 861662266
        },
        {
            "start": 861662269,
            "stop": 861685301
        },
        {
            "start": 861685304,
            "stop": 861718886
        },
        {
            "start": 861719258,
            "stop": 861739626
        },
        {
            "start": 861739629,
            "stop": 861739776
        },
        {
            "start": 861740458,
            "stop": 861749310
        },
        {
            "start": 861750954,
            "stop": 861764588
        },
        {
            "start": 861765472,
            "stop": 861775028
        },
        {
            "start": 861775031,
            "stop": 861780114
        },
        {
            "start": 861780967,
            "stop": 861824180
        },
        {
            "start": 861825061,
            "stop": 861843025
        }
    ]
}