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=5142
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=5143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5141",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5142,
    "results": [
        {
            "start": 969474906,
            "stop": 969474998
        },
        {
            "start": 969475058,
            "stop": 969475298
        },
        {
            "start": 969475418,
            "stop": 969475442
        },
        {
            "start": 969475447,
            "stop": 969475478
        },
        {
            "start": 969475658,
            "stop": 969475718
        },
        {
            "start": 969475778,
            "stop": 969475898
        },
        {
            "start": 969475958,
            "stop": 969476018
        },
        {
            "start": 969476138,
            "stop": 969476146
        },
        {
            "start": 969476149,
            "stop": 969476258
        },
        {
            "start": 969476318,
            "stop": 969476327
        },
        {
            "start": 969476330,
            "stop": 969476498
        },
        {
            "start": 969476678,
            "stop": 969476731
        },
        {
            "start": 969476734,
            "stop": 969476746
        },
        {
            "start": 969476749,
            "stop": 969476978
        },
        {
            "start": 969477038,
            "stop": 969477878
        },
        {
            "start": 969477998,
            "stop": 969478478
        },
        {
            "start": 969478538,
            "stop": 969478567
        },
        {
            "start": 969478570,
            "stop": 969478658
        },
        {
            "start": 969478838,
            "stop": 969478984
        },
        {
            "start": 969478987,
            "stop": 969479078
        }
    ]
}