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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=49",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 50,
    "results": [
        {
            "start": 816440070,
            "stop": 816440074
        },
        {
            "start": 816440079,
            "stop": 816440082
        },
        {
            "start": 816440092,
            "stop": 816440108
        },
        {
            "start": 816440111,
            "stop": 816440115
        },
        {
            "start": 816440121,
            "stop": 816440123
        },
        {
            "start": 816440139,
            "stop": 816440140
        },
        {
            "start": 816440144,
            "stop": 816440161
        },
        {
            "start": 816440168,
            "stop": 816440171
        },
        {
            "start": 816440177,
            "stop": 816440178
        },
        {
            "start": 816440185,
            "stop": 816440187
        },
        {
            "start": 816440192,
            "stop": 816440194
        },
        {
            "start": 816440198,
            "stop": 816440216
        },
        {
            "start": 816440220,
            "stop": 816440225
        },
        {
            "start": 816440229,
            "stop": 816440234
        },
        {
            "start": 816440237,
            "stop": 816440257
        },
        {
            "start": 816440270,
            "stop": 816440272
        },
        {
            "start": 816440277,
            "stop": 816440285
        },
        {
            "start": 816440293,
            "stop": 816440305
        },
        {
            "start": 816440328,
            "stop": 816440333
        },
        {
            "start": 816443253,
            "stop": 816443306
        }
    ]
}