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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=11",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 12,
    "results": [
        {
            "start": 815818922,
            "stop": 815818939
        },
        {
            "start": 815818947,
            "stop": 815820061
        },
        {
            "start": 815820069,
            "stop": 815820099
        },
        {
            "start": 815820106,
            "stop": 815820237
        },
        {
            "start": 815821081,
            "stop": 815821120
        },
        {
            "start": 815821127,
            "stop": 815822879
        },
        {
            "start": 815822887,
            "stop": 815822935
        },
        {
            "start": 815822942,
            "stop": 815823578
        },
        {
            "start": 815823585,
            "stop": 815826882
        },
        {
            "start": 815826895,
            "stop": 815827506
        },
        {
            "start": 815827514,
            "stop": 815827695
        },
        {
            "start": 815827708,
            "stop": 815827806
        },
        {
            "start": 815827813,
            "stop": 815831365
        },
        {
            "start": 815831372,
            "stop": 815833207
        },
        {
            "start": 815833220,
            "stop": 815833245
        },
        {
            "start": 815833252,
            "stop": 815836093
        },
        {
            "start": 815838512,
            "stop": 815838580
        },
        {
            "start": 815838587,
            "stop": 815838595
        },
        {
            "start": 815838602,
            "stop": 815838618
        },
        {
            "start": 815838625,
            "stop": 815838671
        }
    ]
}