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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=107",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 108,
    "results": [
        {
            "start": 816682501,
            "stop": 816682517
        },
        {
            "start": 816682520,
            "stop": 816682526
        },
        {
            "start": 816682529,
            "stop": 816682556
        },
        {
            "start": 816682559,
            "stop": 816682560
        },
        {
            "start": 816682570,
            "stop": 816682574
        },
        {
            "start": 816682577,
            "stop": 816682588
        },
        {
            "start": 816682591,
            "stop": 816682599
        },
        {
            "start": 816682602,
            "stop": 816682683
        },
        {
            "start": 816682686,
            "stop": 816682829
        },
        {
            "start": 816682833,
            "stop": 816682836
        },
        {
            "start": 816682840,
            "stop": 816682919
        },
        {
            "start": 816682923,
            "stop": 816682940
        },
        {
            "start": 816682943,
            "stop": 816683040
        },
        {
            "start": 816683045,
            "stop": 816683049
        },
        {
            "start": 816683058,
            "stop": 816683059
        },
        {
            "start": 816683063,
            "stop": 816683098
        },
        {
            "start": 816683101,
            "stop": 816683146
        },
        {
            "start": 816683151,
            "stop": 816683218
        },
        {
            "start": 816683222,
            "stop": 816683391
        },
        {
            "start": 816683395,
            "stop": 816683399
        }
    ]
}