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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4751",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4749",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4750,
    "results": [
        {
            "start": 970224669,
            "stop": 970224802
        },
        {
            "start": 970224823,
            "stop": 970224869
        },
        {
            "start": 970224872,
            "stop": 970224914
        },
        {
            "start": 970224935,
            "stop": 970224977
        },
        {
            "start": 970224980,
            "stop": 970225046
        },
        {
            "start": 970225049,
            "stop": 970225291
        },
        {
            "start": 970225294,
            "stop": 970225474
        },
        {
            "start": 970225495,
            "stop": 970225497
        },
        {
            "start": 970225500,
            "stop": 970225563
        },
        {
            "start": 970225566,
            "stop": 970225583
        },
        {
            "start": 970225586,
            "stop": 970225769
        },
        {
            "start": 970225772,
            "stop": 970225838
        },
        {
            "start": 970225859,
            "stop": 970226146
        },
        {
            "start": 970226149,
            "stop": 970226205
        },
        {
            "start": 970226208,
            "stop": 970226282
        },
        {
            "start": 970226285,
            "stop": 970226663
        },
        {
            "start": 970226667,
            "stop": 970226742
        },
        {
            "start": 970226763,
            "stop": 970227069
        },
        {
            "start": 970227074,
            "stop": 970227122
        },
        {
            "start": 970227125,
            "stop": 970227326
        }
    ]
}