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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=85",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 86,
    "results": [
        {
            "start": 816953256,
            "stop": 816953778
        },
        {
            "start": 816953785,
            "stop": 816955603
        },
        {
            "start": 816955611,
            "stop": 816959190
        },
        {
            "start": 816959197,
            "stop": 816960487
        },
        {
            "start": 816960495,
            "stop": 816962391
        },
        {
            "start": 816962399,
            "stop": 816962634
        },
        {
            "start": 816962641,
            "stop": 816962648
        },
        {
            "start": 816962928,
            "stop": 816963099
        },
        {
            "start": 816963103,
            "stop": 816969480
        },
        {
            "start": 816971022,
            "stop": 816971086
        },
        {
            "start": 816971093,
            "stop": 816971154
        },
        {
            "start": 816971343,
            "stop": 816971413
        },
        {
            "start": 816974148,
            "stop": 816978551
        },
        {
            "start": 816984598,
            "stop": 816984608
        },
        {
            "start": 816986856,
            "stop": 816987731
        },
        {
            "start": 816987738,
            "stop": 816988439
        },
        {
            "start": 816988447,
            "stop": 816988811
        },
        {
            "start": 816989738,
            "stop": 816990454
        },
        {
            "start": 816990458,
            "stop": 816990468
        },
        {
            "start": 816990667,
            "stop": 816990725
        }
    ]
}