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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=573",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=571",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 572,
    "results": [
        {
            "start": 833318357,
            "stop": 833318692
        },
        {
            "start": 833319128,
            "stop": 833319758
        },
        {
            "start": 833320829,
            "stop": 833323878
        },
        {
            "start": 833324364,
            "stop": 833369473
        },
        {
            "start": 833370860,
            "stop": 833386744
        },
        {
            "start": 833387665,
            "stop": 833389809
        },
        {
            "start": 833391258,
            "stop": 833393424
        },
        {
            "start": 833394611,
            "stop": 833396773
        },
        {
            "start": 833397446,
            "stop": 833398074
        },
        {
            "start": 833398598,
            "stop": 833412400
        },
        {
            "start": 833412800,
            "stop": 833414767
        },
        {
            "start": 833415832,
            "stop": 833417779
        },
        {
            "start": 833418365,
            "stop": 833425060
        },
        {
            "start": 833427109,
            "stop": 833430809
        },
        {
            "start": 833431238,
            "stop": 833433235
        },
        {
            "start": 833433651,
            "stop": 833446693
        },
        {
            "start": 833448607,
            "stop": 833450744
        },
        {
            "start": 833452115,
            "stop": 833480233
        },
        {
            "start": 833480640,
            "stop": 833498251
        },
        {
            "start": 833498252,
            "stop": 833574133
        }
    ]
}