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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=161",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 162,
    "results": [
        {
            "start": 932908109,
            "stop": 932908117
        },
        {
            "start": 932908214,
            "stop": 932908232
        },
        {
            "start": 932908252,
            "stop": 932908258
        },
        {
            "start": 932908327,
            "stop": 932908330
        },
        {
            "start": 932908420,
            "stop": 932908423
        },
        {
            "start": 932908482,
            "stop": 932908483
        },
        {
            "start": 932908552,
            "stop": 932908572
        },
        {
            "start": 932908591,
            "stop": 932908620
        },
        {
            "start": 932908677,
            "stop": 932908685
        },
        {
            "start": 932908735,
            "stop": 932908742
        },
        {
            "start": 932908874,
            "stop": 932908876
        },
        {
            "start": 932908881,
            "stop": 932908901
        },
        {
            "start": 932908976,
            "stop": 932908993
        },
        {
            "start": 932909326,
            "stop": 932909329
        },
        {
            "start": 932909347,
            "stop": 932909353
        },
        {
            "start": 932909561,
            "stop": 932909573
        },
        {
            "start": 932909622,
            "stop": 932909645
        },
        {
            "start": 932909750,
            "stop": 932909787
        },
        {
            "start": 932909812,
            "stop": 932909849
        },
        {
            "start": 932911600,
            "stop": 932911676
        }
    ]
}