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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=244",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 245,
    "results": [
        {
            "start": 931163932,
            "stop": 931163933
        },
        {
            "start": 931163934,
            "stop": 931163935
        },
        {
            "start": 931163939,
            "stop": 931163940
        },
        {
            "start": 931163941,
            "stop": 931163952
        },
        {
            "start": 931163953,
            "stop": 931163955
        },
        {
            "start": 931163956,
            "stop": 931163960
        },
        {
            "start": 931163961,
            "stop": 931163962
        },
        {
            "start": 931163963,
            "stop": 931163966
        },
        {
            "start": 931163967,
            "stop": 931163968
        },
        {
            "start": 931163970,
            "stop": 931163971
        },
        {
            "start": 931163972,
            "stop": 931163973
        },
        {
            "start": 931163974,
            "stop": 931163975
        },
        {
            "start": 931163983,
            "stop": 931163985
        },
        {
            "start": 931163988,
            "stop": 931163991
        },
        {
            "start": 931163993,
            "stop": 931163994
        },
        {
            "start": 931163998,
            "stop": 931163999
        },
        {
            "start": 931164001,
            "stop": 931164004
        },
        {
            "start": 931164005,
            "stop": 931164012
        },
        {
            "start": 931164014,
            "stop": 931164015
        },
        {
            "start": 931164016,
            "stop": 931164017
        }
    ]
}