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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_DATA/segments?format=api&page=2",
    "previous": null,
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 1,
    "results": [
        {
            "start": 931052708,
            "stop": 931055096
        },
        {
            "start": 931076896,
            "stop": 931078422
        },
        {
            "start": 931078516,
            "stop": 931079404
        },
        {
            "start": 931080617,
            "stop": 931083956
        },
        {
            "start": 931084877,
            "stop": 931085895
        },
        {
            "start": 931087097,
            "stop": 931090385
        },
        {
            "start": 931091956,
            "stop": 931094704
        },
        {
            "start": 931125824,
            "stop": 931126303
        },
        {
            "start": 931127116,
            "stop": 931131473
        },
        {
            "start": 931131904,
            "stop": 931132955
        },
        {
            "start": 931134040,
            "stop": 931134057
        },
        {
            "start": 931134555,
            "stop": 931139698
        },
        {
            "start": 931150944,
            "stop": 931153434
        },
        {
            "start": 931155452,
            "stop": 931155536
        },
        {
            "start": 931155545,
            "stop": 931155565
        },
        {
            "start": 931157974,
            "stop": 931158567
        },
        {
            "start": 931160296,
            "stop": 931168101
        },
        {
            "start": 931172416,
            "stop": 931173641
        },
        {
            "start": 931174456,
            "stop": 931176995
        },
        {
            "start": 931178537,
            "stop": 931191081
        }
    ]
}