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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=451",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 452,
    "results": [
        {
            "start": 863635672,
            "stop": 863636508
        },
        {
            "start": 863636729,
            "stop": 863637059
        },
        {
            "start": 863639399,
            "stop": 863640427
        },
        {
            "start": 863640433,
            "stop": 863640480
        },
        {
            "start": 863640540,
            "stop": 863640672
        },
        {
            "start": 863640674,
            "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
        },
        {
            "start": 863718683,
            "stop": 863719501
        },
        {
            "start": 863719611,
            "stop": 863720311
        },
        {
            "start": 863720851,
            "stop": 863721259
        },
        {
            "start": 863721369,
            "stop": 863721700
        },
        {
            "start": 863722000,
            "stop": 863734028
        },
        {
            "start": 863734512,
            "stop": 863734973
        }
    ]
}