Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=29",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 30,
    "results": [
        {
            "start": 931246751,
            "stop": 931246767
        },
        {
            "start": 931246770,
            "stop": 931246771
        },
        {
            "start": 931246784,
            "stop": 931246790
        },
        {
            "start": 931246792,
            "stop": 931246843
        },
        {
            "start": 931246845,
            "stop": 931246851
        },
        {
            "start": 931246853,
            "stop": 931246887
        },
        {
            "start": 931246889,
            "stop": 931246935
        },
        {
            "start": 931246937,
            "stop": 931247000
        },
        {
            "start": 931247002,
            "stop": 931247054
        },
        {
            "start": 931247057,
            "stop": 931247072
        },
        {
            "start": 931247075,
            "stop": 931247087
        },
        {
            "start": 931247089,
            "stop": 931247094
        },
        {
            "start": 931247097,
            "stop": 931247104
        },
        {
            "start": 931247106,
            "stop": 931247111
        },
        {
            "start": 931247113,
            "stop": 931247118
        },
        {
            "start": 931247122,
            "stop": 931247123
        },
        {
            "start": 931247128,
            "stop": 931247130
        },
        {
            "start": 931247133,
            "stop": 931247150
        },
        {
            "start": 931247152,
            "stop": 931247160
        },
        {
            "start": 931247165,
            "stop": 931247178
        }
    ]
}