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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=214",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 215,
    "results": [
        {
            "start": 957665359,
            "stop": 957665362
        },
        {
            "start": 957665372,
            "stop": 957665396
        },
        {
            "start": 957665400,
            "stop": 957665413
        },
        {
            "start": 957665416,
            "stop": 957665442
        },
        {
            "start": 957665446,
            "stop": 957665463
        },
        {
            "start": 957665466,
            "stop": 957665470
        },
        {
            "start": 957665475,
            "stop": 957665476
        },
        {
            "start": 957665484,
            "stop": 957665485
        },
        {
            "start": 957665496,
            "stop": 957665503
        },
        {
            "start": 957665509,
            "stop": 957665518
        },
        {
            "start": 957665520,
            "stop": 957665528
        },
        {
            "start": 957665536,
            "stop": 957665636
        },
        {
            "start": 957665639,
            "stop": 957665887
        },
        {
            "start": 957665890,
            "stop": 957665891
        },
        {
            "start": 957665894,
            "stop": 957665944
        },
        {
            "start": 957665950,
            "stop": 957665951
        },
        {
            "start": 957665954,
            "stop": 957665957
        },
        {
            "start": 957665963,
            "stop": 957665967
        },
        {
            "start": 957665970,
            "stop": 957665972
        },
        {
            "start": 957665975,
            "stop": 957665985
        }
    ]
}