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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=26",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 27,
    "results": [
        {
            "start": 931661500,
            "stop": 931661520
        },
        {
            "start": 931661560,
            "stop": 931661563
        },
        {
            "start": 931661582,
            "stop": 931661595
        },
        {
            "start": 931661632,
            "stop": 931661640
        },
        {
            "start": 931661669,
            "stop": 931661683
        },
        {
            "start": 931661702,
            "stop": 931661735
        },
        {
            "start": 931661754,
            "stop": 931661769
        },
        {
            "start": 931661838,
            "stop": 931661849
        },
        {
            "start": 931661961,
            "stop": 931661971
        },
        {
            "start": 931662001,
            "stop": 931662029
        },
        {
            "start": 931662048,
            "stop": 931662056
        },
        {
            "start": 931662083,
            "stop": 931662134
        },
        {
            "start": 931662171,
            "stop": 931662172
        },
        {
            "start": 931662199,
            "stop": 931662214
        },
        {
            "start": 931662233,
            "stop": 931662269
        },
        {
            "start": 931662288,
            "stop": 931662325
        },
        {
            "start": 931662372,
            "stop": 931662380
        },
        {
            "start": 931662398,
            "stop": 931662407
        },
        {
            "start": 931662426,
            "stop": 931662440
        },
        {
            "start": 931662470,
            "stop": 931662480
        }
    ]
}