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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=139",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 140,
    "results": [
        {
            "start": 826045222,
            "stop": 826045228
        },
        {
            "start": 826045231,
            "stop": 826047482
        },
        {
            "start": 826047628,
            "stop": 826052492
        },
        {
            "start": 826052498,
            "stop": 826052500
        },
        {
            "start": 826052510,
            "stop": 826052517
        },
        {
            "start": 826052528,
            "stop": 826052530
        },
        {
            "start": 826052538,
            "stop": 826055995
        },
        {
            "start": 826056000,
            "stop": 826061800
        },
        {
            "start": 826061813,
            "stop": 826061827
        },
        {
            "start": 826061833,
            "stop": 826061835
        },
        {
            "start": 826061840,
            "stop": 826061847
        },
        {
            "start": 826061853,
            "stop": 826062218
        },
        {
            "start": 826079521,
            "stop": 826079524
        },
        {
            "start": 826079528,
            "stop": 826079530
        },
        {
            "start": 826079567,
            "stop": 826079568
        },
        {
            "start": 826079574,
            "stop": 826079575
        },
        {
            "start": 826079579,
            "stop": 826079581
        },
        {
            "start": 826079595,
            "stop": 826079598
        },
        {
            "start": 826079607,
            "stop": 826079608
        },
        {
            "start": 826079613,
            "stop": 826079615
        }
    ]
}