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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=189",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 190,
    "results": [
        {
            "start": 956588096,
            "stop": 956588229
        },
        {
            "start": 956588235,
            "stop": 956588252
        },
        {
            "start": 956588256,
            "stop": 956588316
        },
        {
            "start": 956588322,
            "stop": 956588631
        },
        {
            "start": 956588636,
            "stop": 956588789
        },
        {
            "start": 956588794,
            "stop": 956588810
        },
        {
            "start": 956588816,
            "stop": 956588825
        },
        {
            "start": 956588828,
            "stop": 956589072
        },
        {
            "start": 956589077,
            "stop": 956589427
        },
        {
            "start": 956589432,
            "stop": 956589573
        },
        {
            "start": 956589577,
            "stop": 956589594
        },
        {
            "start": 956589599,
            "stop": 956589683
        },
        {
            "start": 956589689,
            "stop": 956589713
        },
        {
            "start": 956589729,
            "stop": 956590799
        },
        {
            "start": 956590801,
            "stop": 956591209
        },
        {
            "start": 956591212,
            "stop": 956591298
        },
        {
            "start": 956600136,
            "stop": 956600589
        },
        {
            "start": 956600604,
            "stop": 956601244
        },
        {
            "start": 956601248,
            "stop": 956601842
        },
        {
            "start": 956601846,
            "stop": 956602301
        }
    ]
}