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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=83",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 84,
    "results": [
        {
            "start": 818095680,
            "stop": 818096053
        },
        {
            "start": 818097973,
            "stop": 818098380
        },
        {
            "start": 818098440,
            "stop": 818098573
        },
        {
            "start": 818098844,
            "stop": 818099400
        },
        {
            "start": 818099460,
            "stop": 818100000
        },
        {
            "start": 818100060,
            "stop": 818101380
        },
        {
            "start": 818101440,
            "stop": 818101560
        },
        {
            "start": 818101620,
            "stop": 818102400
        },
        {
            "start": 818102460,
            "stop": 818102880
        },
        {
            "start": 818102940,
            "stop": 818103000
        },
        {
            "start": 818103060,
            "stop": 818103540
        },
        {
            "start": 818103600,
            "stop": 818104920
        },
        {
            "start": 818104980,
            "stop": 818106540
        },
        {
            "start": 818106600,
            "stop": 818106660
        },
        {
            "start": 818106780,
            "stop": 818107260
        },
        {
            "start": 818107320,
            "stop": 818107560
        },
        {
            "start": 818107620,
            "stop": 818108040
        },
        {
            "start": 818108220,
            "stop": 818108880
        },
        {
            "start": 818108940,
            "stop": 818109180
        },
        {
            "start": 818109240,
            "stop": 818109420
        }
    ]
}