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=772
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=773",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=771",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 772,
    "results": [
        {
            "start": 957347951,
            "stop": 957347965
        },
        {
            "start": 957347971,
            "stop": 957348042
        },
        {
            "start": 957348048,
            "stop": 957348135
        },
        {
            "start": 957348140,
            "stop": 957348228
        },
        {
            "start": 957348234,
            "stop": 957348424
        },
        {
            "start": 957348430,
            "stop": 957348633
        },
        {
            "start": 957348639,
            "stop": 957348715
        },
        {
            "start": 957348721,
            "stop": 957348795
        },
        {
            "start": 957348801,
            "stop": 957348926
        },
        {
            "start": 957348932,
            "stop": 957349348
        },
        {
            "start": 957349354,
            "stop": 957349459
        },
        {
            "start": 957349465,
            "stop": 957349487
        },
        {
            "start": 957349493,
            "stop": 957349634
        },
        {
            "start": 957349640,
            "stop": 957349721
        },
        {
            "start": 957349727,
            "stop": 957349772
        },
        {
            "start": 957349778,
            "stop": 957349823
        },
        {
            "start": 957349829,
            "stop": 957349946
        },
        {
            "start": 957349952,
            "stop": 957350036
        },
        {
            "start": 957350042,
            "stop": 957350051
        },
        {
            "start": 957350057,
            "stop": 957350214
        }
    ]
}