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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=47",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 48,
    "results": [
        {
            "start": 816432761,
            "stop": 816432932
        },
        {
            "start": 816432936,
            "stop": 816433299
        },
        {
            "start": 816433306,
            "stop": 816433532
        },
        {
            "start": 816433536,
            "stop": 816433846
        },
        {
            "start": 816433851,
            "stop": 816433908
        },
        {
            "start": 816433912,
            "stop": 816433924
        },
        {
            "start": 816433935,
            "stop": 816434098
        },
        {
            "start": 816434102,
            "stop": 816434107
        },
        {
            "start": 816434113,
            "stop": 816434133
        },
        {
            "start": 816434136,
            "stop": 816434178
        },
        {
            "start": 816434181,
            "stop": 816434273
        },
        {
            "start": 816434278,
            "stop": 816434281
        },
        {
            "start": 816434286,
            "stop": 816434596
        },
        {
            "start": 816434600,
            "stop": 816434894
        },
        {
            "start": 816434897,
            "stop": 816435281
        },
        {
            "start": 816435285,
            "stop": 816435353
        },
        {
            "start": 816435357,
            "stop": 816435710
        },
        {
            "start": 816435714,
            "stop": 816435780
        },
        {
            "start": 816435788,
            "stop": 816435943
        },
        {
            "start": 816435948,
            "stop": 816435962
        }
    ]
}