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=2290
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=2291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2289",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2290,
    "results": [
        {
            "start": 873866519,
            "stop": 873866833
        },
        {
            "start": 873866852,
            "stop": 873866967
        },
        {
            "start": 873867033,
            "stop": 873867038
        },
        {
            "start": 873867059,
            "stop": 873867123
        },
        {
            "start": 873867143,
            "stop": 873867185
        },
        {
            "start": 873867240,
            "stop": 873867384
        },
        {
            "start": 873867417,
            "stop": 873867419
        },
        {
            "start": 873867472,
            "stop": 873867560
        },
        {
            "start": 873867579,
            "stop": 873867795
        },
        {
            "start": 873867814,
            "stop": 873868051
        },
        {
            "start": 873868078,
            "stop": 873868079
        },
        {
            "start": 873868113,
            "stop": 873868324
        },
        {
            "start": 873868343,
            "stop": 873868960
        },
        {
            "start": 873869003,
            "stop": 873869011
        },
        {
            "start": 873869031,
            "stop": 873869288
        },
        {
            "start": 873869313,
            "stop": 873870045
        },
        {
            "start": 873870092,
            "stop": 873881136
        },
        {
            "start": 873881155,
            "stop": 873881280
        },
        {
            "start": 873881297,
            "stop": 873881315
        },
        {
            "start": 873882202,
            "stop": 873884969
        }
    ]
}