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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2125",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2126,
    "results": [
        {
            "start": 872177101,
            "stop": 872177105
        },
        {
            "start": 872177185,
            "stop": 872177215
        },
        {
            "start": 872177234,
            "stop": 872177281
        },
        {
            "start": 872177509,
            "stop": 872177537
        },
        {
            "start": 872177581,
            "stop": 872178217
        },
        {
            "start": 872178236,
            "stop": 872178524
        },
        {
            "start": 872178543,
            "stop": 872178636
        },
        {
            "start": 872178668,
            "stop": 872179245
        },
        {
            "start": 872179264,
            "stop": 872179417
        },
        {
            "start": 872179437,
            "stop": 872179507
        },
        {
            "start": 872179526,
            "stop": 872179650
        },
        {
            "start": 872179681,
            "stop": 872179684
        },
        {
            "start": 872179704,
            "stop": 872179720
        },
        {
            "start": 872179740,
            "stop": 872179756
        },
        {
            "start": 872179776,
            "stop": 872180454
        },
        {
            "start": 872180476,
            "stop": 872180655
        },
        {
            "start": 872180674,
            "stop": 872180932
        },
        {
            "start": 872180951,
            "stop": 872181176
        },
        {
            "start": 872181226,
            "stop": 872181237
        },
        {
            "start": 872181258,
            "stop": 872181985
        }
    ]
}