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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=104",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 105,
    "results": [
        {
            "start": 816677447,
            "stop": 816677454
        },
        {
            "start": 816677462,
            "stop": 816677489
        },
        {
            "start": 816677502,
            "stop": 816677507
        },
        {
            "start": 816677522,
            "stop": 816677673
        },
        {
            "start": 816677682,
            "stop": 816677730
        },
        {
            "start": 816677734,
            "stop": 816677933
        },
        {
            "start": 816677936,
            "stop": 816678257
        },
        {
            "start": 816678261,
            "stop": 816678273
        },
        {
            "start": 816678278,
            "stop": 816678401
        },
        {
            "start": 816678404,
            "stop": 816678537
        },
        {
            "start": 816678541,
            "stop": 816678587
        },
        {
            "start": 816678592,
            "stop": 816678598
        },
        {
            "start": 816678602,
            "stop": 816678812
        },
        {
            "start": 816678816,
            "stop": 816679125
        },
        {
            "start": 816679129,
            "stop": 816679151
        },
        {
            "start": 816679155,
            "stop": 816679276
        },
        {
            "start": 816679280,
            "stop": 816679284
        },
        {
            "start": 816679288,
            "stop": 816679360
        },
        {
            "start": 816679363,
            "stop": 816679365
        },
        {
            "start": 816679368,
            "stop": 816679543
        }
    ]
}