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=5165
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=5166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5164",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5165,
    "results": [
        {
            "start": 969658693,
            "stop": 969659222
        },
        {
            "start": 969659225,
            "stop": 969659790
        },
        {
            "start": 969659793,
            "stop": 969660247
        },
        {
            "start": 969660250,
            "stop": 969660516
        },
        {
            "start": 969660519,
            "stop": 969661517
        },
        {
            "start": 969661520,
            "stop": 969661799
        },
        {
            "start": 969661802,
            "stop": 969661939
        },
        {
            "start": 969661944,
            "stop": 969663467
        },
        {
            "start": 969663470,
            "stop": 969663767
        },
        {
            "start": 969663770,
            "stop": 969664464
        },
        {
            "start": 969664467,
            "stop": 969664963
        },
        {
            "start": 969664966,
            "stop": 969665218
        },
        {
            "start": 969665221,
            "stop": 969665558
        },
        {
            "start": 969665678,
            "stop": 969666541
        },
        {
            "start": 969666544,
            "stop": 969667185
        },
        {
            "start": 969667188,
            "stop": 969669246
        },
        {
            "start": 969669249,
            "stop": 969669745
        },
        {
            "start": 969670409,
            "stop": 969670687
        },
        {
            "start": 969670690,
            "stop": 969670790
        },
        {
            "start": 969670977,
            "stop": 969671873
        }
    ]
}