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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=245",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 246,
    "results": [
        {
            "start": 931465609,
            "stop": 931465636
        },
        {
            "start": 931465638,
            "stop": 931465651
        },
        {
            "start": 931465771,
            "stop": 931465786
        },
        {
            "start": 931465790,
            "stop": 931465813
        },
        {
            "start": 931465815,
            "stop": 931465818
        },
        {
            "start": 931465820,
            "stop": 931465827
        },
        {
            "start": 931465829,
            "stop": 931465837
        },
        {
            "start": 931465839,
            "stop": 931465850
        },
        {
            "start": 931465852,
            "stop": 931465853
        },
        {
            "start": 931465857,
            "stop": 931465918
        },
        {
            "start": 931465921,
            "stop": 931465937
        },
        {
            "start": 931465942,
            "stop": 931465951
        },
        {
            "start": 931465953,
            "stop": 931465959
        },
        {
            "start": 931465961,
            "stop": 931466021
        },
        {
            "start": 931466023,
            "stop": 931466039
        },
        {
            "start": 931466041,
            "stop": 931466054
        },
        {
            "start": 931466056,
            "stop": 931466058
        },
        {
            "start": 931466060,
            "stop": 931466066
        },
        {
            "start": 931466068,
            "stop": 931466076
        },
        {
            "start": 931466077,
            "stop": 931466080
        }
    ]
}