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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=124",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 125,
    "results": [
        {
            "start": 816740945,
            "stop": 816740948
        },
        {
            "start": 816740954,
            "stop": 816740961
        },
        {
            "start": 816740967,
            "stop": 816740968
        },
        {
            "start": 816740975,
            "stop": 816740977
        },
        {
            "start": 816740981,
            "stop": 816740983
        },
        {
            "start": 816740986,
            "stop": 816741153
        },
        {
            "start": 816741159,
            "stop": 816741160
        },
        {
            "start": 816741164,
            "stop": 816741221
        },
        {
            "start": 816741226,
            "stop": 816741243
        },
        {
            "start": 816741250,
            "stop": 816741252
        },
        {
            "start": 816741257,
            "stop": 816741262
        },
        {
            "start": 816741266,
            "stop": 816741285
        },
        {
            "start": 816741288,
            "stop": 816741332
        },
        {
            "start": 816741335,
            "stop": 816741409
        },
        {
            "start": 816741413,
            "stop": 816741416
        },
        {
            "start": 816741422,
            "stop": 816741436
        },
        {
            "start": 816741440,
            "stop": 816741496
        },
        {
            "start": 816741500,
            "stop": 816741607
        },
        {
            "start": 816741611,
            "stop": 816741617
        },
        {
            "start": 816741622,
            "stop": 816741624
        }
    ]
}