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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5207",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5208,
    "results": [
        {
            "start": 969967820,
            "stop": 969968039
        },
        {
            "start": 969968042,
            "stop": 969968110
        },
        {
            "start": 969968113,
            "stop": 969968266
        },
        {
            "start": 969968269,
            "stop": 969968303
        },
        {
            "start": 969968306,
            "stop": 969968307
        },
        {
            "start": 969968324,
            "stop": 969968480
        },
        {
            "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
        }
    ]
}