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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=855",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=853",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 854,
    "results": [
        {
            "start": 963819355,
            "stop": 963819652
        },
        {
            "start": 963821055,
            "stop": 963824360
        },
        {
            "start": 963825058,
            "stop": 963832855
        },
        {
            "start": 963833494,
            "stop": 963837010
        },
        {
            "start": 963837936,
            "stop": 963838754
        },
        {
            "start": 963842775,
            "stop": 963842984
        },
        {
            "start": 963845852,
            "stop": 963846393
        },
        {
            "start": 963854105,
            "stop": 963855176
        },
        {
            "start": 963857564,
            "stop": 963857887
        },
        {
            "start": 963875157,
            "stop": 963876659
        },
        {
            "start": 963886834,
            "stop": 963889372
        },
        {
            "start": 963889378,
            "stop": 963895175
        },
        {
            "start": 963897506,
            "stop": 963916856
        },
        {
            "start": 963929062,
            "stop": 963929640
        },
        {
            "start": 963933675,
            "stop": 963934271
        },
        {
            "start": 963939072,
            "stop": 963939266
        },
        {
            "start": 963940366,
            "stop": 963940692
        },
        {
            "start": 963941310,
            "stop": 963942098
        },
        {
            "start": 963942662,
            "stop": 963942835
        },
        {
            "start": 963945075,
            "stop": 963945423
        }
    ]
}