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=8719
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=8720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8718",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8719,
    "results": [
        {
            "start": 872524140,
            "stop": 872524712
        },
        {
            "start": 872524749,
            "stop": 872525090
        },
        {
            "start": 872525170,
            "stop": 872525955
        },
        {
            "start": 872525972,
            "stop": 872525990
        },
        {
            "start": 872526070,
            "stop": 872526218
        },
        {
            "start": 872526266,
            "stop": 872526659
        },
        {
            "start": 872526779,
            "stop": 872526900
        },
        {
            "start": 872526960,
            "stop": 872527010
        },
        {
            "start": 872527027,
            "stop": 872527140
        },
        {
            "start": 872527205,
            "stop": 872528460
        },
        {
            "start": 872528520,
            "stop": 872528823
        },
        {
            "start": 872528831,
            "stop": 872530443
        },
        {
            "start": 872530595,
            "stop": 872530692
        },
        {
            "start": 872530862,
            "stop": 872531279
        },
        {
            "start": 872531426,
            "stop": 872531635
        },
        {
            "start": 872531882,
            "stop": 872532450
        },
        {
            "start": 872532516,
            "stop": 872533516
        },
        {
            "start": 872533636,
            "stop": 872533683
        },
        {
            "start": 872533803,
            "stop": 872533850
        },
        {
            "start": 872534032,
            "stop": 872534277
        }
    ]
}