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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=121",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 122,
    "results": [
        {
            "start": 858468478,
            "stop": 858470040
        },
        {
            "start": 858471314,
            "stop": 858489776
        },
        {
            "start": 858490325,
            "stop": 858528382
        },
        {
            "start": 858530522,
            "stop": 858532052
        },
        {
            "start": 858532918,
            "stop": 858535262
        },
        {
            "start": 858536022,
            "stop": 858556072
        },
        {
            "start": 858556721,
            "stop": 858594472
        },
        {
            "start": 858595219,
            "stop": 858607777
        },
        {
            "start": 858609594,
            "stop": 858617708
        },
        {
            "start": 858619237,
            "stop": 858620391
        },
        {
            "start": 858621260,
            "stop": 858626660
        },
        {
            "start": 858627903,
            "stop": 858643084
        },
        {
            "start": 858645059,
            "stop": 858693373
        },
        {
            "start": 858694964,
            "stop": 858724959
        },
        {
            "start": 858725778,
            "stop": 858741281
        },
        {
            "start": 858742343,
            "stop": 858765999
        },
        {
            "start": 858766511,
            "stop": 858785018
        },
        {
            "start": 858792268,
            "stop": 858797953
        },
        {
            "start": 858800052,
            "stop": 858805163
        },
        {
            "start": 858810836,
            "stop": 858819210
        }
    ]
}