Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=98
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_H2L1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=97",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 98,
    "results": [
        {
            "start": 820464397,
            "stop": 820464637
        },
        {
            "start": 820465214,
            "stop": 820465334
        },
        {
            "start": 820465487,
            "stop": 820465547
        },
        {
            "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
        }
    ]
}