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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=265",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 266,
    "results": [
        {
            "start": 821031580,
            "stop": 821032074
        },
        {
            "start": 821032081,
            "stop": 821032325
        },
        {
            "start": 821032332,
            "stop": 821032937
        },
        {
            "start": 821032944,
            "stop": 821033077
        },
        {
            "start": 821033080,
            "stop": 821033087
        },
        {
            "start": 821033094,
            "stop": 821033589
        },
        {
            "start": 821033596,
            "stop": 821033796
        },
        {
            "start": 821033803,
            "stop": 821034492
        },
        {
            "start": 821034499,
            "stop": 821034611
        },
        {
            "start": 821034618,
            "stop": 821034753
        },
        {
            "start": 821034760,
            "stop": 821034772
        },
        {
            "start": 821034775,
            "stop": 821034873
        },
        {
            "start": 821034877,
            "stop": 821034883
        },
        {
            "start": 821034886,
            "stop": 821034893
        },
        {
            "start": 821034896,
            "stop": 821034897
        },
        {
            "start": 821036108,
            "stop": 821036120
        },
        {
            "start": 821036127,
            "stop": 821036213
        },
        {
            "start": 821036564,
            "stop": 821036641
        },
        {
            "start": 821036648,
            "stop": 821036887
        },
        {
            "start": 821036894,
            "stop": 821037039
        }
    ]
}