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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=9",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 10,
    "results": [
        {
            "start": 931457512,
            "stop": 931458167
        },
        {
            "start": 931458187,
            "stop": 931468285
        },
        {
            "start": 931468302,
            "stop": 931468659
        },
        {
            "start": 931468679,
            "stop": 931470260
        },
        {
            "start": 931470280,
            "stop": 931470307
        },
        {
            "start": 931470325,
            "stop": 931470345
        },
        {
            "start": 931470401,
            "stop": 931470412
        },
        {
            "start": 931470430,
            "stop": 931470466
        },
        {
            "start": 931471964,
            "stop": 931472010
        },
        {
            "start": 931472029,
            "stop": 931472048
        },
        {
            "start": 931472066,
            "stop": 931472595
        },
        {
            "start": 931472626,
            "stop": 931472904
        },
        {
            "start": 931472922,
            "stop": 931473462
        },
        {
            "start": 931473483,
            "stop": 931474687
        },
        {
            "start": 931474705,
            "stop": 931474784
        },
        {
            "start": 931474802,
            "stop": 931475083
        },
        {
            "start": 931475101,
            "stop": 931475330
        },
        {
            "start": 931475351,
            "stop": 931477059
        },
        {
            "start": 931483242,
            "stop": 931483254
        },
        {
            "start": 931483367,
            "stop": 931483368
        }
    ]
}