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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7883",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7881",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7882,
    "results": [
        {
            "start": 969903342,
            "stop": 969903384
        },
        {
            "start": 969903387,
            "stop": 969903403
        },
        {
            "start": 969903414,
            "stop": 969903419
        },
        {
            "start": 969903440,
            "stop": 969903441
        },
        {
            "start": 969903445,
            "stop": 969903446
        },
        {
            "start": 969903449,
            "stop": 969903483
        },
        {
            "start": 969903486,
            "stop": 969903502
        },
        {
            "start": 969903523,
            "stop": 969903546
        },
        {
            "start": 969903568,
            "stop": 969903585
        },
        {
            "start": 969903682,
            "stop": 969903684
        },
        {
            "start": 969903693,
            "stop": 969903694
        },
        {
            "start": 969903700,
            "stop": 969904001
        },
        {
            "start": 969904012,
            "stop": 969904016
        },
        {
            "start": 969904037,
            "stop": 969904045
        },
        {
            "start": 969904080,
            "stop": 969904094
        },
        {
            "start": 969904105,
            "stop": 969904376
        },
        {
            "start": 969904387,
            "stop": 969904406
        },
        {
            "start": 969904418,
            "stop": 969904419
        },
        {
            "start": 969904457,
            "stop": 969904458
        },
        {
            "start": 969904480,
            "stop": 969904534
        }
    ]
}