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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=175",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 176,
    "results": [
        {
            "start": 932968612,
            "stop": 932968619
        },
        {
            "start": 932968638,
            "stop": 932968668
        },
        {
            "start": 932968708,
            "stop": 932968709
        },
        {
            "start": 932968752,
            "stop": 932968758
        },
        {
            "start": 932968780,
            "stop": 932968788
        },
        {
            "start": 932968835,
            "stop": 932968842
        },
        {
            "start": 932968876,
            "stop": 932968886
        },
        {
            "start": 932968905,
            "stop": 932968908
        },
        {
            "start": 932968938,
            "stop": 932968988
        },
        {
            "start": 932969022,
            "stop": 932969023
        },
        {
            "start": 932969060,
            "stop": 932969102
        },
        {
            "start": 932969126,
            "stop": 932969182
        },
        {
            "start": 932969218,
            "stop": 932969241
        },
        {
            "start": 932969260,
            "stop": 932969261
        },
        {
            "start": 932969279,
            "stop": 932969328
        },
        {
            "start": 932969347,
            "stop": 932969355
        },
        {
            "start": 932969473,
            "stop": 932969521
        },
        {
            "start": 932969583,
            "stop": 932969585
        },
        {
            "start": 932969617,
            "stop": 932969620
        },
        {
            "start": 932969638,
            "stop": 932969651
        }
    ]
}