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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8806",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8807,
    "results": [
        {
            "start": 872479738,
            "stop": 872479973
        },
        {
            "start": 872479992,
            "stop": 872480070
        },
        {
            "start": 872480089,
            "stop": 872480340
        },
        {
            "start": 872480372,
            "stop": 872480726
        },
        {
            "start": 872480743,
            "stop": 872480748
        },
        {
            "start": 872480765,
            "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": 872482321
        },
        {
            "start": 872482338,
            "stop": 872482352
        }
    ]
}