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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=251",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 252,
    "results": [
        {
            "start": 845493252,
            "stop": 845503693
        },
        {
            "start": 845510815,
            "stop": 845533118
        },
        {
            "start": 845533228,
            "stop": 845533259
        },
        {
            "start": 845533559,
            "stop": 845533593
        },
        {
            "start": 845534266,
            "stop": 845534340
        },
        {
            "start": 845534450,
            "stop": 845537233
        },
        {
            "start": 845537533,
            "stop": 845540402
        },
        {
            "start": 845543338,
            "stop": 845543611
        },
        {
            "start": 845543911,
            "stop": 845544158
        },
        {
            "start": 845544560,
            "stop": 845544735
        },
        {
            "start": 845544845,
            "stop": 845546786
        },
        {
            "start": 845547086,
            "stop": 845547552
        },
        {
            "start": 845547960,
            "stop": 845560681
        },
        {
            "start": 845560981,
            "stop": 845561050
        },
        {
            "start": 845561569,
            "stop": 845561572
        },
        {
            "start": 845561942,
            "stop": 845562275
        },
        {
            "start": 845562385,
            "stop": 845562503
        },
        {
            "start": 845562911,
            "stop": 845563058
        },
        {
            "start": 845563168,
            "stop": 845570176
        },
        {
            "start": 845579083,
            "stop": 845579234
        }
    ]
}