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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=191",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 192,
    "results": [
        {
            "start": 820197132,
            "stop": 820201887
        },
        {
            "start": 820204032,
            "stop": 820204091
        },
        {
            "start": 820205048,
            "stop": 820214703
        },
        {
            "start": 820215233,
            "stop": 820215264
        },
        {
            "start": 820215275,
            "stop": 820218608
        },
        {
            "start": 820240547,
            "stop": 820242825
        },
        {
            "start": 820242830,
            "stop": 820243091
        },
        {
            "start": 820243109,
            "stop": 820243584
        },
        {
            "start": 820243599,
            "stop": 820243608
        },
        {
            "start": 820243613,
            "stop": 820243815
        },
        {
            "start": 820243825,
            "stop": 820243836
        },
        {
            "start": 820243841,
            "stop": 820243865
        },
        {
            "start": 820243870,
            "stop": 820244242
        },
        {
            "start": 820260446,
            "stop": 820262664
        },
        {
            "start": 820265967,
            "stop": 820266309
        },
        {
            "start": 820266316,
            "stop": 820266700
        },
        {
            "start": 820266706,
            "stop": 820266942
        },
        {
            "start": 820266957,
            "stop": 820266989
        },
        {
            "start": 820266994,
            "stop": 820267447
        },
        {
            "start": 820267452,
            "stop": 820267616
        }
    ]
}