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=8687
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=8688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8686",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8687,
    "results": [
        {
            "start": 872033828,
            "stop": 872034366
        },
        {
            "start": 872034540,
            "stop": 872036399
        },
        {
            "start": 872036519,
            "stop": 872037673
        },
        {
            "start": 872037793,
            "stop": 872038430
        },
        {
            "start": 872038510,
            "stop": 872038896
        },
        {
            "start": 872038913,
            "stop": 872043072
        },
        {
            "start": 872043108,
            "stop": 872044200
        },
        {
            "start": 872044217,
            "stop": 872045303
        },
        {
            "start": 872045423,
            "stop": 872045441
        },
        {
            "start": 872045458,
            "stop": 872045498
        },
        {
            "start": 872045618,
            "stop": 872046732
        },
        {
            "start": 872046852,
            "stop": 872047412
        },
        {
            "start": 872047448,
            "stop": 872047489
        },
        {
            "start": 872047506,
            "stop": 872047512
        },
        {
            "start": 872047632,
            "stop": 872048100
        },
        {
            "start": 872048220,
            "stop": 872048546
        },
        {
            "start": 872048790,
            "stop": 872048810
        },
        {
            "start": 872050485,
            "stop": 872053176
        },
        {
            "start": 872053193,
            "stop": 872053467
        },
        {
            "start": 872053468,
            "stop": 872055840
        }
    ]
}