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=4678
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=4679",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4677",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4678,
    "results": [
        {
            "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
        },
        {
            "start": 969815018,
            "stop": 969815078
        },
        {
            "start": 969815558,
            "stop": 969815618
        },
        {
            "start": 969815678,
            "stop": 969815738
        },
        {
            "start": 969815858,
            "stop": 969815918
        },
        {
            "start": 969816338,
            "stop": 969816398
        },
        {
            "start": 969816458,
            "stop": 969816615
        }
    ]
}