Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=19",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 20,
    "results": [
        {
            "start": 931055047,
            "stop": 931055049
        },
        {
            "start": 931055053,
            "stop": 931055061
        },
        {
            "start": 931055062,
            "stop": 931055065
        },
        {
            "start": 931055068,
            "stop": 931055070
        },
        {
            "start": 931055071,
            "stop": 931055075
        },
        {
            "start": 931055076,
            "stop": 931055077
        },
        {
            "start": 931055079,
            "stop": 931055081
        },
        {
            "start": 931076896,
            "stop": 931076905
        },
        {
            "start": 931076906,
            "stop": 931076907
        },
        {
            "start": 931076911,
            "stop": 931076914
        },
        {
            "start": 931076920,
            "stop": 931076924
        },
        {
            "start": 931076926,
            "stop": 931076934
        },
        {
            "start": 931076937,
            "stop": 931076943
        },
        {
            "start": 931076944,
            "stop": 931076952
        },
        {
            "start": 931076954,
            "stop": 931076955
        },
        {
            "start": 931076956,
            "stop": 931076963
        },
        {
            "start": 931076964,
            "stop": 931076965
        },
        {
            "start": 931076966,
            "stop": 931076969
        },
        {
            "start": 931076970,
            "stop": 931076977
        },
        {
            "start": 931076979,
            "stop": 931076989
        }
    ]
}