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=2313
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=2314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2312",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2313,
    "results": [
        {
            "start": 874156906,
            "stop": 874156911
        },
        {
            "start": 874156951,
            "stop": 874156960
        },
        {
            "start": 874157071,
            "stop": 874157100
        },
        {
            "start": 874158713,
            "stop": 874158739
        },
        {
            "start": 874158782,
            "stop": 874158783
        },
        {
            "start": 874158809,
            "stop": 874158857
        },
        {
            "start": 874158904,
            "stop": 874158929
        },
        {
            "start": 874158948,
            "stop": 874158957
        },
        {
            "start": 874158991,
            "stop": 874159020
        },
        {
            "start": 874159040,
            "stop": 874159111
        },
        {
            "start": 874159128,
            "stop": 874159163
        },
        {
            "start": 874159182,
            "stop": 874159532
        },
        {
            "start": 874159551,
            "stop": 874159567
        },
        {
            "start": 874159586,
            "stop": 874159675
        },
        {
            "start": 874159694,
            "stop": 874159712
        },
        {
            "start": 874159752,
            "stop": 874159856
        },
        {
            "start": 874159875,
            "stop": 874159996
        },
        {
            "start": 874160015,
            "stop": 874160295
        },
        {
            "start": 874160314,
            "stop": 874160726
        },
        {
            "start": 874160745,
            "stop": 874161262
        }
    ]
}