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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=73",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 74,
    "results": [
        {
            "start": 816480136,
            "stop": 816480138
        },
        {
            "start": 816480144,
            "stop": 816480147
        },
        {
            "start": 816480150,
            "stop": 816480156
        },
        {
            "start": 816480161,
            "stop": 816480238
        },
        {
            "start": 816480243,
            "stop": 816480244
        },
        {
            "start": 816480249,
            "stop": 816480253
        },
        {
            "start": 816480259,
            "stop": 816480288
        },
        {
            "start": 816480291,
            "stop": 816480369
        },
        {
            "start": 816480372,
            "stop": 816480466
        },
        {
            "start": 816480469,
            "stop": 816480691
        },
        {
            "start": 816480696,
            "stop": 816480719
        },
        {
            "start": 816480724,
            "stop": 816480727
        },
        {
            "start": 816480733,
            "stop": 816480744
        },
        {
            "start": 816480749,
            "stop": 816480751
        },
        {
            "start": 816480756,
            "stop": 816480941
        },
        {
            "start": 816482627,
            "stop": 816482661
        },
        {
            "start": 816482665,
            "stop": 816482692
        },
        {
            "start": 816482699,
            "stop": 816482701
        },
        {
            "start": 816482706,
            "stop": 816482790
        },
        {
            "start": 816482796,
            "stop": 816482798
        }
    ]
}