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_CAT2_H1L1/segments?format=api&page=90
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=89",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 90,
    "results": [
        {
            "start": 820465699,
            "stop": 820465879
        },
        {
            "start": 820466071,
            "stop": 820466251
        },
        {
            "start": 820466399,
            "stop": 820466699
        },
        {
            "start": 820466855,
            "stop": 820467215
        },
        {
            "start": 820467441,
            "stop": 820467741
        },
        {
            "start": 820467884,
            "stop": 820467944
        },
        {
            "start": 820468096,
            "stop": 820468156
        },
        {
            "start": 820468504,
            "stop": 820468624
        },
        {
            "start": 820468765,
            "stop": 820469245
        },
        {
            "start": 820469497,
            "stop": 820469737
        },
        {
            "start": 820469882,
            "stop": 820470122
        },
        {
            "start": 820470277,
            "stop": 820470637
        },
        {
            "start": 820470777,
            "stop": 820471077
        },
        {
            "start": 820471229,
            "stop": 820471409
        },
        {
            "start": 820471740,
            "stop": 820472100
        },
        {
            "start": 820472320,
            "stop": 820472380
        },
        {
            "start": 820472549,
            "stop": 820472849
        },
        {
            "start": 820476276,
            "stop": 820476336
        },
        {
            "start": 820476500,
            "stop": 820476560
        },
        {
            "start": 820476995,
            "stop": 820477055
        }
    ]
}