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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=75",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 76,
    "results": [
        {
            "start": 931595690,
            "stop": 931595693
        },
        {
            "start": 931595726,
            "stop": 931595731
        },
        {
            "start": 931595767,
            "stop": 931595768
        },
        {
            "start": 931595842,
            "stop": 931595843
        },
        {
            "start": 931595922,
            "stop": 931595923
        },
        {
            "start": 931596407,
            "stop": 931596410
        },
        {
            "start": 931596440,
            "stop": 931596444
        },
        {
            "start": 931596476,
            "stop": 931596484
        },
        {
            "start": 931596506,
            "stop": 931596508
        },
        {
            "start": 931596515,
            "stop": 931596519
        },
        {
            "start": 931596534,
            "stop": 931596539
        },
        {
            "start": 931596549,
            "stop": 931596555
        },
        {
            "start": 931596574,
            "stop": 931596575
        },
        {
            "start": 931596595,
            "stop": 931596596
        },
        {
            "start": 931596609,
            "stop": 931596618
        },
        {
            "start": 931596626,
            "stop": 931596629
        },
        {
            "start": 931596636,
            "stop": 931596654
        },
        {
            "start": 931596665,
            "stop": 931596668
        },
        {
            "start": 931596676,
            "stop": 931596694
        },
        {
            "start": 931596708,
            "stop": 931596713
        }
    ]
}