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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10104",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10105,
    "results": [
        {
            "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
        },
        {
            "start": 873374211,
            "stop": 873374471
        },
        {
            "start": 873374478,
            "stop": 873374999
        },
        {
            "start": 873375006,
            "stop": 873375100
        },
        {
            "start": 873375117,
            "stop": 873375654
        },
        {
            "start": 873375662,
            "stop": 873376060
        },
        {
            "start": 873376096,
            "stop": 873377220
        },
        {
            "start": 873377440,
            "stop": 873377508
        }
    ]
}