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=829
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=830",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=828",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 829,
    "results": [
        {
            "start": 960184462,
            "stop": 960185390
        },
        {
            "start": 960185395,
            "stop": 960188816
        },
        {
            "start": 960192386,
            "stop": 960196147
        },
        {
            "start": 960196153,
            "stop": 960197774
        },
        {
            "start": 960198772,
            "stop": 960203192
        },
        {
            "start": 960207975,
            "stop": 960208676
        },
        {
            "start": 960209484,
            "stop": 960221152
        },
        {
            "start": 960224527,
            "stop": 960233733
        },
        {
            "start": 960233739,
            "stop": 960237330
        },
        {
            "start": 960237336,
            "stop": 960244092
        },
        {
            "start": 960244098,
            "stop": 960245141
        },
        {
            "start": 960251946,
            "stop": 960253758
        },
        {
            "start": 960254205,
            "stop": 960254479
        },
        {
            "start": 960254485,
            "stop": 960254529
        },
        {
            "start": 960254535,
            "stop": 960254572
        },
        {
            "start": 960254578,
            "stop": 960254592
        },
        {
            "start": 960254598,
            "stop": 960254603
        },
        {
            "start": 960254609,
            "stop": 960254621
        },
        {
            "start": 960254627,
            "stop": 960254636
        },
        {
            "start": 960254655,
            "stop": 960254693
        }
    ]
}