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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=86",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 87,
    "results": [
        {
            "start": 952431214,
            "stop": 952431953
        },
        {
            "start": 952433421,
            "stop": 952438356
        },
        {
            "start": 952439810,
            "stop": 952449348
        },
        {
            "start": 952449833,
            "stop": 952455151
        },
        {
            "start": 952460061,
            "stop": 952474757
        },
        {
            "start": 952480932,
            "stop": 952484636
        },
        {
            "start": 952484945,
            "stop": 952526174
        },
        {
            "start": 952545961,
            "stop": 952553694
        },
        {
            "start": 952554211,
            "stop": 952592076
        },
        {
            "start": 952599863,
            "stop": 952607311
        },
        {
            "start": 952609656,
            "stop": 952628910
        },
        {
            "start": 952639982,
            "stop": 952641893
        },
        {
            "start": 952642235,
            "stop": 952663505
        },
        {
            "start": 952665911,
            "stop": 952673377
        },
        {
            "start": 952674116,
            "stop": 952682219
        },
        {
            "start": 952686265,
            "stop": 952687721
        },
        {
            "start": 952693082,
            "stop": 952709435
        },
        {
            "start": 952710172,
            "stop": 952712846
        },
        {
            "start": 952714302,
            "stop": 952729507
        },
        {
            "start": 952730192,
            "stop": 952742527
        }
    ]
}