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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=28",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 29,
    "results": [
        {
            "start": 816304985,
            "stop": 816305074
        },
        {
            "start": 816305078,
            "stop": 816305176
        },
        {
            "start": 816305182,
            "stop": 816305207
        },
        {
            "start": 816305216,
            "stop": 816305224
        },
        {
            "start": 816305229,
            "stop": 816305231
        },
        {
            "start": 816305237,
            "stop": 816305369
        },
        {
            "start": 816305375,
            "stop": 816305411
        },
        {
            "start": 816305424,
            "stop": 816305443
        },
        {
            "start": 816306983,
            "stop": 816308876
        },
        {
            "start": 816310655,
            "stop": 816311473
        },
        {
            "start": 816311986,
            "stop": 816312046
        },
        {
            "start": 816312050,
            "stop": 816312142
        },
        {
            "start": 816312151,
            "stop": 816312161
        },
        {
            "start": 816312178,
            "stop": 816312182
        },
        {
            "start": 816312204,
            "stop": 816312205
        },
        {
            "start": 816312229,
            "stop": 816312232
        },
        {
            "start": 816312251,
            "stop": 816312338
        },
        {
            "start": 816312345,
            "stop": 816313645
        },
        {
            "start": 816313656,
            "stop": 816314382
        },
        {
            "start": 816314942,
            "stop": 816315384
        }
    ]
}