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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=25",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 26,
    "results": [
        {
            "start": 931187180,
            "stop": 931187183
        },
        {
            "start": 931187190,
            "stop": 931187193
        },
        {
            "start": 931187204,
            "stop": 931187208
        },
        {
            "start": 931187214,
            "stop": 931187217
        },
        {
            "start": 931187223,
            "stop": 931187239
        },
        {
            "start": 931187253,
            "stop": 931187275
        },
        {
            "start": 931187281,
            "stop": 931187295
        },
        {
            "start": 931187304,
            "stop": 931187346
        },
        {
            "start": 931187351,
            "stop": 931187422
        },
        {
            "start": 931187435,
            "stop": 931187466
        },
        {
            "start": 931187472,
            "stop": 931187584
        },
        {
            "start": 931187590,
            "stop": 931187620
        },
        {
            "start": 931187626,
            "stop": 931187635
        },
        {
            "start": 931187650,
            "stop": 931187654
        },
        {
            "start": 931187660,
            "stop": 931187681
        },
        {
            "start": 931187687,
            "stop": 931187763
        },
        {
            "start": 931187770,
            "stop": 931187792
        },
        {
            "start": 931187800,
            "stop": 931187848
        },
        {
            "start": 931187858,
            "stop": 931187877
        },
        {
            "start": 931187894,
            "stop": 931187910
        }
    ]
}