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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5135",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5136,
    "results": [
        {
            "start": 969433028,
            "stop": 969433153
        },
        {
            "start": 969433156,
            "stop": 969433389
        },
        {
            "start": 969433392,
            "stop": 969433565
        },
        {
            "start": 969433568,
            "stop": 969433994
        },
        {
            "start": 969433997,
            "stop": 969434360
        },
        {
            "start": 969434363,
            "stop": 969434392
        },
        {
            "start": 969434395,
            "stop": 969434667
        },
        {
            "start": 969434670,
            "stop": 969435010
        },
        {
            "start": 969435027,
            "stop": 969435243
        },
        {
            "start": 969435246,
            "stop": 969437303
        },
        {
            "start": 969437306,
            "stop": 969437319
        },
        {
            "start": 969437322,
            "stop": 969437371
        },
        {
            "start": 969437374,
            "stop": 969437593
        },
        {
            "start": 969437596,
            "stop": 969438087
        },
        {
            "start": 969438106,
            "stop": 969438494
        },
        {
            "start": 969438497,
            "stop": 969438856
        },
        {
            "start": 969438873,
            "stop": 969439151
        },
        {
            "start": 969439154,
            "stop": 969439616
        },
        {
            "start": 969439619,
            "stop": 969439722
        },
        {
            "start": 969439725,
            "stop": 969440193
        }
    ]
}