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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2186",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2187,
    "results": [
        {
            "start": 872479578,
            "stop": 872479644
        },
        {
            "start": 872479663,
            "stop": 872479719
        },
        {
            "start": 872479738,
            "stop": 872479973
        },
        {
            "start": 872479992,
            "stop": 872480070
        },
        {
            "start": 872480089,
            "stop": 872480340
        },
        {
            "start": 872480372,
            "stop": 872480796
        },
        {
            "start": 872480876,
            "stop": 872480910
        },
        {
            "start": 872480934,
            "stop": 872480985
        },
        {
            "start": 872481004,
            "stop": 872481351
        },
        {
            "start": 872481370,
            "stop": 872481389
        },
        {
            "start": 872481408,
            "stop": 872481432
        },
        {
            "start": 872481460,
            "stop": 872481481
        },
        {
            "start": 872481511,
            "stop": 872481512
        },
        {
            "start": 872481531,
            "stop": 872481537
        },
        {
            "start": 872481556,
            "stop": 872481882
        },
        {
            "start": 872481901,
            "stop": 872481909
        },
        {
            "start": 872481928,
            "stop": 872481944
        },
        {
            "start": 872481966,
            "stop": 872481974
        },
        {
            "start": 872482000,
            "stop": 872482352
        },
        {
            "start": 872482371,
            "stop": 872482805
        }
    ]
}