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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=837",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=835",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 836,
    "results": [
        {
            "start": 961317785,
            "stop": 961318432
        },
        {
            "start": 961318438,
            "stop": 961318583
        },
        {
            "start": 961318589,
            "stop": 961318877
        },
        {
            "start": 961318882,
            "stop": 961319276
        },
        {
            "start": 961319962,
            "stop": 961320021
        },
        {
            "start": 961320800,
            "stop": 961320885
        },
        {
            "start": 961321552,
            "stop": 961321676
        },
        {
            "start": 961322335,
            "stop": 961330369
        },
        {
            "start": 961331360,
            "stop": 961332588
        },
        {
            "start": 961333245,
            "stop": 961334677
        },
        {
            "start": 961338021,
            "stop": 961338132
        },
        {
            "start": 961341528,
            "stop": 961342223
        },
        {
            "start": 961344229,
            "stop": 961344833
        },
        {
            "start": 961353767,
            "stop": 961356457
        },
        {
            "start": 961405294,
            "stop": 961414744
        },
        {
            "start": 961416016,
            "stop": 961416333
        },
        {
            "start": 961417447,
            "stop": 961423152
        },
        {
            "start": 961425311,
            "stop": 961427193
        },
        {
            "start": 961429132,
            "stop": 961432434
        },
        {
            "start": 961440442,
            "stop": 961443697
        }
    ]
}