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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=81",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 82,
    "results": [
        {
            "start": 952294843,
            "stop": 952306292
        },
        {
            "start": 952310295,
            "stop": 952322034
        },
        {
            "start": 952325133,
            "stop": 952327965
        },
        {
            "start": 952328587,
            "stop": 952329308
        },
        {
            "start": 952330129,
            "stop": 952336844
        },
        {
            "start": 952338326,
            "stop": 952342869
        },
        {
            "start": 952344416,
            "stop": 952346749
        },
        {
            "start": 952348510,
            "stop": 952353543
        },
        {
            "start": 952371946,
            "stop": 952375187
        },
        {
            "start": 952376573,
            "stop": 952380246
        },
        {
            "start": 952380271,
            "stop": 952380276
        },
        {
            "start": 952380301,
            "stop": 952380533
        },
        {
            "start": 952383872,
            "stop": 952383898
        },
        {
            "start": 952384056,
            "stop": 952385135
        },
        {
            "start": 952385650,
            "stop": 952386001
        },
        {
            "start": 952388489,
            "stop": 952394128
        },
        {
            "start": 952394363,
            "stop": 952394677
        },
        {
            "start": 952396065,
            "stop": 952396727
        },
        {
            "start": 952399883,
            "stop": 952404855
        },
        {
            "start": 952407809,
            "stop": 952412409
        }
    ]
}