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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=183",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 184,
    "results": [
        {
            "start": 819493778,
            "stop": 819493830
        },
        {
            "start": 819493835,
            "stop": 819493995
        },
        {
            "start": 819494000,
            "stop": 819494017
        },
        {
            "start": 819494023,
            "stop": 819495971
        },
        {
            "start": 819495976,
            "stop": 819495986
        },
        {
            "start": 819495991,
            "stop": 819496202
        },
        {
            "start": 819496207,
            "stop": 819496263
        },
        {
            "start": 819496269,
            "stop": 819496492
        },
        {
            "start": 819496497,
            "stop": 819499945
        },
        {
            "start": 819499950,
            "stop": 819500865
        },
        {
            "start": 819500870,
            "stop": 819500991
        },
        {
            "start": 819500996,
            "stop": 819502677
        },
        {
            "start": 819502683,
            "stop": 819503266
        },
        {
            "start": 819503271,
            "stop": 819504327
        },
        {
            "start": 819504332,
            "stop": 819518928
        },
        {
            "start": 819518933,
            "stop": 819542295
        },
        {
            "start": 819547477,
            "stop": 819557285
        },
        {
            "start": 819581452,
            "stop": 819581732
        },
        {
            "start": 819581739,
            "stop": 819583938
        },
        {
            "start": 819583945,
            "stop": 819593158
        }
    ]
}