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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5183",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5184,
    "results": [
        {
            "start": 969806761,
            "stop": 969806798
        },
        {
            "start": 969807158,
            "stop": 969807218
        },
        {
            "start": 969807398,
            "stop": 969807578
        },
        {
            "start": 969808178,
            "stop": 969808217
        },
        {
            "start": 969808220,
            "stop": 969808358
        },
        {
            "start": 969808418,
            "stop": 969808665
        },
        {
            "start": 969808668,
            "stop": 969808996
        },
        {
            "start": 969808999,
            "stop": 969809076
        },
        {
            "start": 969809138,
            "stop": 969809318
        },
        {
            "start": 969810398,
            "stop": 969810407
        },
        {
            "start": 969810410,
            "stop": 969810458
        },
        {
            "start": 969810578,
            "stop": 969810602
        },
        {
            "start": 969810608,
            "stop": 969810638
        },
        {
            "start": 969813938,
            "stop": 969813998
        },
        {
            "start": 969814058,
            "stop": 969814180
        },
        {
            "start": 969814183,
            "stop": 969814297
        },
        {
            "start": 969814300,
            "stop": 969814377
        },
        {
            "start": 969814380,
            "stop": 969814598
        },
        {
            "start": 969814838,
            "stop": 969814946
        },
        {
            "start": 969814949,
            "stop": 969814958
        }
    ]
}