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=793
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=794",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=792",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 793,
    "results": [
        {
            "start": 957608496,
            "stop": 957609147
        },
        {
            "start": 957609153,
            "stop": 957609436
        },
        {
            "start": 957609441,
            "stop": 957609497
        },
        {
            "start": 957609503,
            "stop": 957609589
        },
        {
            "start": 957609595,
            "stop": 957609810
        },
        {
            "start": 957609816,
            "stop": 957610150
        },
        {
            "start": 957610156,
            "stop": 957610164
        },
        {
            "start": 957610170,
            "stop": 957610381
        },
        {
            "start": 957610386,
            "stop": 957611002
        },
        {
            "start": 957614214,
            "stop": 957617381
        },
        {
            "start": 957664437,
            "stop": 957665849
        },
        {
            "start": 957665855,
            "stop": 957666020
        },
        {
            "start": 957666026,
            "stop": 957666454
        },
        {
            "start": 957668969,
            "stop": 957669245
        },
        {
            "start": 957669251,
            "stop": 957669914
        },
        {
            "start": 957669920,
            "stop": 957670798
        },
        {
            "start": 957670804,
            "stop": 957671189
        },
        {
            "start": 957672063,
            "stop": 957672391
        },
        {
            "start": 957672397,
            "stop": 957672841
        },
        {
            "start": 957672847,
            "stop": 957673378
        }
    ]
}