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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=291",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 292,
    "results": [
        {
            "start": 931723876,
            "stop": 931723893
        },
        {
            "start": 931723896,
            "stop": 931723903
        },
        {
            "start": 931723906,
            "stop": 931723910
        },
        {
            "start": 931723911,
            "stop": 931723915
        },
        {
            "start": 931723917,
            "stop": 931723921
        },
        {
            "start": 931723926,
            "stop": 931723927
        },
        {
            "start": 931723931,
            "stop": 931723937
        },
        {
            "start": 931723942,
            "stop": 931723947
        },
        {
            "start": 931723949,
            "stop": 931723955
        },
        {
            "start": 931723957,
            "stop": 931723958
        },
        {
            "start": 931723959,
            "stop": 931723960
        },
        {
            "start": 931723964,
            "stop": 931723969
        },
        {
            "start": 931723971,
            "stop": 931723978
        },
        {
            "start": 931723987,
            "stop": 931723988
        },
        {
            "start": 931723990,
            "stop": 931723993
        },
        {
            "start": 931723995,
            "stop": 931723996
        },
        {
            "start": 931723999,
            "stop": 931724003
        },
        {
            "start": 931724005,
            "stop": 931724008
        },
        {
            "start": 931724011,
            "stop": 931724012
        },
        {
            "start": 931724014,
            "stop": 931724015
        }
    ]
}