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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=51",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 52,
    "results": [
        {
            "start": 816444018,
            "stop": 816444044
        },
        {
            "start": 816444097,
            "stop": 816444113
        },
        {
            "start": 816444119,
            "stop": 816444188
        },
        {
            "start": 816444195,
            "stop": 816444208
        },
        {
            "start": 816444216,
            "stop": 816444219
        },
        {
            "start": 816444223,
            "stop": 816444240
        },
        {
            "start": 816444243,
            "stop": 816444246
        },
        {
            "start": 816444250,
            "stop": 816444395
        },
        {
            "start": 816444401,
            "stop": 816444416
        },
        {
            "start": 816444426,
            "stop": 816444467
        },
        {
            "start": 816444474,
            "stop": 816444475
        },
        {
            "start": 816444481,
            "stop": 816444488
        },
        {
            "start": 816444495,
            "stop": 816444512
        },
        {
            "start": 816444517,
            "stop": 816444518
        },
        {
            "start": 816444529,
            "stop": 816444623
        },
        {
            "start": 816444629,
            "stop": 816444641
        },
        {
            "start": 816444646,
            "stop": 816444716
        },
        {
            "start": 816444722,
            "stop": 816444725
        },
        {
            "start": 816444730,
            "stop": 816444747
        },
        {
            "start": 816444753,
            "stop": 816444755
        }
    ]
}