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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=80",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 81,
    "results": [
        {
            "start": 931485978,
            "stop": 931485989
        },
        {
            "start": 931486006,
            "stop": 931486183
        },
        {
            "start": 931486201,
            "stop": 931486217
        },
        {
            "start": 931486220,
            "stop": 931486280
        },
        {
            "start": 931486297,
            "stop": 931486447
        },
        {
            "start": 931486465,
            "stop": 931486556
        },
        {
            "start": 931486573,
            "stop": 931486584
        },
        {
            "start": 931486602,
            "stop": 931486644
        },
        {
            "start": 931486662,
            "stop": 931486681
        },
        {
            "start": 931486745,
            "stop": 931486840
        },
        {
            "start": 931486842,
            "stop": 931486887
        },
        {
            "start": 931486892,
            "stop": 931487051
        },
        {
            "start": 931487157,
            "stop": 931487160
        },
        {
            "start": 931487181,
            "stop": 931487224
        },
        {
            "start": 931487270,
            "stop": 931487291
        },
        {
            "start": 931487344,
            "stop": 931487347
        },
        {
            "start": 931487383,
            "stop": 931487401
        },
        {
            "start": 931487448,
            "stop": 931487469
        },
        {
            "start": 931487512,
            "stop": 931487517
        },
        {
            "start": 931487664,
            "stop": 931487670
        }
    ]
}