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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4703",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4701",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4702,
    "results": [
        {
            "start": 969968483,
            "stop": 969968563
        },
        {
            "start": 969968566,
            "stop": 969968598
        },
        {
            "start": 969968601,
            "stop": 969968952
        },
        {
            "start": 969968955,
            "stop": 969968972
        },
        {
            "start": 969968975,
            "stop": 969968979
        },
        {
            "start": 969968982,
            "stop": 969969169
        },
        {
            "start": 969969172,
            "stop": 969969235
        },
        {
            "start": 969969240,
            "stop": 969969278
        },
        {
            "start": 969969281,
            "stop": 969969373
        },
        {
            "start": 969969376,
            "stop": 969969570
        },
        {
            "start": 969969573,
            "stop": 969969723
        },
        {
            "start": 969969726,
            "stop": 969969770
        },
        {
            "start": 969969773,
            "stop": 969969817
        },
        {
            "start": 969969820,
            "stop": 969969839
        },
        {
            "start": 969969842,
            "stop": 969969932
        },
        {
            "start": 969969935,
            "stop": 969969947
        },
        {
            "start": 969969950,
            "stop": 969970024
        },
        {
            "start": 969970027,
            "stop": 969970051
        },
        {
            "start": 969970054,
            "stop": 969970118
        },
        {
            "start": 969970121,
            "stop": 969970286
        }
    ]
}