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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=130",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 131,
    "results": [
        {
            "start": 965064004,
            "stop": 965070706
        },
        {
            "start": 965073213,
            "stop": 965088393
        },
        {
            "start": 965088761,
            "stop": 965088845
        },
        {
            "start": 965090380,
            "stop": 965093345
        },
        {
            "start": 965103724,
            "stop": 965126287
        },
        {
            "start": 965126883,
            "stop": 965128933
        },
        {
            "start": 965131010,
            "stop": 965131415
        },
        {
            "start": 965133977,
            "stop": 965136268
        },
        {
            "start": 965137207,
            "stop": 965142146
        },
        {
            "start": 965143104,
            "stop": 965144701
        },
        {
            "start": 965145790,
            "stop": 965148200
        },
        {
            "start": 965150788,
            "stop": 965165927
        },
        {
            "start": 965166311,
            "stop": 965186788
        },
        {
            "start": 965187406,
            "stop": 965217404
        },
        {
            "start": 965221008,
            "stop": 965223503
        },
        {
            "start": 965226491,
            "stop": 965264203
        },
        {
            "start": 965264583,
            "stop": 965271994
        },
        {
            "start": 965272370,
            "stop": 965276227
        },
        {
            "start": 965280213,
            "stop": 965287591
        },
        {
            "start": 965287920,
            "stop": 965306187
        }
    ]
}