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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=261",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 262,
    "results": [
        {
            "start": 934324260,
            "stop": 934324604
        },
        {
            "start": 934324609,
            "stop": 934324658
        },
        {
            "start": 934324718,
            "stop": 934325848
        },
        {
            "start": 934325850,
            "stop": 934326015
        },
        {
            "start": 934326292,
            "stop": 934326758
        },
        {
            "start": 934326818,
            "stop": 934327087
        },
        {
            "start": 934327092,
            "stop": 934327438
        },
        {
            "start": 934327440,
            "stop": 934328278
        },
        {
            "start": 934328527,
            "stop": 934328592
        },
        {
            "start": 934328780,
            "stop": 934329128
        },
        {
            "start": 934329133,
            "stop": 934329615
        },
        {
            "start": 934329855,
            "stop": 934330049
        },
        {
            "start": 934330051,
            "stop": 934330718
        },
        {
            "start": 934330778,
            "stop": 934330898
        },
        {
            "start": 934330958,
            "stop": 934330991
        },
        {
            "start": 934330996,
            "stop": 934331078
        },
        {
            "start": 934331138,
            "stop": 934331798
        },
        {
            "start": 934332098,
            "stop": 934332218
        },
        {
            "start": 934332278,
            "stop": 934332349
        },
        {
            "start": 934332565,
            "stop": 934332597
        }
    ]
}