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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=241",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 242,
    "results": [
        {
            "start": 848508111,
            "stop": 848539190
        },
        {
            "start": 848539338,
            "stop": 848562553
        },
        {
            "start": 848562565,
            "stop": 848562566
        },
        {
            "start": 848563641,
            "stop": 848566033
        },
        {
            "start": 848566048,
            "stop": 848566049
        },
        {
            "start": 848566153,
            "stop": 848568733
        },
        {
            "start": 848568740,
            "stop": 848568742
        },
        {
            "start": 848568897,
            "stop": 848569340
        },
        {
            "start": 848569401,
            "stop": 848572604
        },
        {
            "start": 848572691,
            "stop": 848574725
        },
        {
            "start": 848576661,
            "stop": 848577373
        },
        {
            "start": 848582113,
            "stop": 848582170
        },
        {
            "start": 848582390,
            "stop": 848582655
        },
        {
            "start": 848583046,
            "stop": 848604273
        },
        {
            "start": 848608321,
            "stop": 848647573
        },
        {
            "start": 848647601,
            "stop": 848647603
        },
        {
            "start": 848649542,
            "stop": 848651077
        },
        {
            "start": 848655023,
            "stop": 848661973
        },
        {
            "start": 848661994,
            "stop": 848661995
        },
        {
            "start": 848663311,
            "stop": 848665453
        }
    ]
}