Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5101",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5102,
    "results": [
        {
            "start": 873369920,
            "stop": 873370217
        },
        {
            "start": 873370224,
            "stop": 873370362
        },
        {
            "start": 873370369,
            "stop": 873370776
        },
        {
            "start": 873370793,
            "stop": 873370837
        },
        {
            "start": 873370845,
            "stop": 873370945
        },
        {
            "start": 873370990,
            "stop": 873371008
        },
        {
            "start": 873371016,
            "stop": 873371021
        },
        {
            "start": 873371125,
            "stop": 873371130
        },
        {
            "start": 873371169,
            "stop": 873371248
        },
        {
            "start": 873371255,
            "stop": 873371372
        },
        {
            "start": 873371379,
            "stop": 873371452
        },
        {
            "start": 873371634,
            "stop": 873371775
        },
        {
            "start": 873371782,
            "stop": 873372371
        },
        {
            "start": 873372378,
            "stop": 873372592
        },
        {
            "start": 873372604,
            "stop": 873372843
        },
        {
            "start": 873372850,
            "stop": 873372913
        },
        {
            "start": 873372935,
            "stop": 873373241
        },
        {
            "start": 873373249,
            "stop": 873373403
        },
        {
            "start": 873373411,
            "stop": 873373564
        },
        {
            "start": 873373571,
            "stop": 873374204
        }
    ]
}