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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=289",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 290,
    "results": [
        {
            "start": 863533168,
            "stop": 863534862
        },
        {
            "start": 863536030,
            "stop": 863539877
        },
        {
            "start": 863540079,
            "stop": 863540298
        },
        {
            "start": 863540598,
            "stop": 863541079
        },
        {
            "start": 863541189,
            "stop": 863541773
        },
        {
            "start": 863542073,
            "stop": 863543477
        },
        {
            "start": 863543823,
            "stop": 863547263
        },
        {
            "start": 863561792,
            "stop": 863564661
        },
        {
            "start": 863591372,
            "stop": 863635372
        },
        {
            "start": 863635672,
            "stop": 863636508
        },
        {
            "start": 863636729,
            "stop": 863637059
        },
        {
            "start": 863639399,
            "stop": 863643393
        },
        {
            "start": 863656674,
            "stop": 863666160
        },
        {
            "start": 863666162,
            "stop": 863667815
        },
        {
            "start": 863668115,
            "stop": 863668380
        },
        {
            "start": 863668801,
            "stop": 863669479
        },
        {
            "start": 863673357,
            "stop": 863683663
        },
        {
            "start": 863685001,
            "stop": 863713663
        },
        {
            "start": 863713966,
            "stop": 863715589
        },
        {
            "start": 863715889,
            "stop": 863718372
        }
    ]
}