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=8640
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=8641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8639",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8640,
    "results": [
        {
            "start": 871488096,
            "stop": 871488229
        },
        {
            "start": 871488349,
            "stop": 871488738
        },
        {
            "start": 871488858,
            "stop": 871490308
        },
        {
            "start": 871490450,
            "stop": 871491230
        },
        {
            "start": 871491370,
            "stop": 871493105
        },
        {
            "start": 871493225,
            "stop": 871493448
        },
        {
            "start": 871493474,
            "stop": 871493732
        },
        {
            "start": 871493852,
            "stop": 871494449
        },
        {
            "start": 871494466,
            "stop": 871495960
        },
        {
            "start": 871496080,
            "stop": 871496113
        },
        {
            "start": 871496233,
            "stop": 871496280
        },
        {
            "start": 871496350,
            "stop": 871497179
        },
        {
            "start": 871497299,
            "stop": 871497540
        },
        {
            "start": 871497600,
            "stop": 871498500
        },
        {
            "start": 871498620,
            "stop": 871498860
        },
        {
            "start": 871498920,
            "stop": 871499187
        },
        {
            "start": 871499204,
            "stop": 871499220
        },
        {
            "start": 871499520,
            "stop": 871499587
        },
        {
            "start": 871499607,
            "stop": 871499657
        },
        {
            "start": 871499901,
            "stop": 871500232
        }
    ]
}