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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2987",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2988,
    "results": [
        {
            "start": 861732817,
            "stop": 861732839
        },
        {
            "start": 861732842,
            "stop": 861732900
        },
        {
            "start": 861733080,
            "stop": 861734243
        },
        {
            "start": 861734247,
            "stop": 861736632
        },
        {
            "start": 861736635,
            "stop": 861737040
        },
        {
            "start": 861737100,
            "stop": 861737362
        },
        {
            "start": 861737366,
            "stop": 861737661
        },
        {
            "start": 861737665,
            "stop": 861737860
        },
        {
            "start": 861737865,
            "stop": 861738360
        },
        {
            "start": 861738420,
            "stop": 861739598
        },
        {
            "start": 861741547,
            "stop": 861743400
        },
        {
            "start": 861743460,
            "stop": 861744000
        },
        {
            "start": 861744060,
            "stop": 861744540
        },
        {
            "start": 861744600,
            "stop": 861745200
        },
        {
            "start": 861745260,
            "stop": 861745860
        },
        {
            "start": 861745920,
            "stop": 861746040
        },
        {
            "start": 861746100,
            "stop": 861749310
        },
        {
            "start": 861751525,
            "stop": 861751620
        },
        {
            "start": 861751680,
            "stop": 861751740
        },
        {
            "start": 861751860,
            "stop": 861760140
        }
    ]
}