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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14209",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14210,
    "results": [
        {
            "start": 971170765,
            "stop": 971170767
        },
        {
            "start": 971170772,
            "stop": 971170774
        },
        {
            "start": 971170777,
            "stop": 971170781
        },
        {
            "start": 971170782,
            "stop": 971170784
        },
        {
            "start": 971170785,
            "stop": 971170792
        },
        {
            "start": 971170793,
            "stop": 971170794
        },
        {
            "start": 971170796,
            "stop": 971170799
        },
        {
            "start": 971170801,
            "stop": 971170804
        },
        {
            "start": 971170806,
            "stop": 971170808
        },
        {
            "start": 971170810,
            "stop": 971170812
        },
        {
            "start": 971170815,
            "stop": 971170817
        },
        {
            "start": 971170820,
            "stop": 971170821
        },
        {
            "start": 971170822,
            "stop": 971170823
        },
        {
            "start": 971170829,
            "stop": 971170830
        },
        {
            "start": 971170832,
            "stop": 971170835
        },
        {
            "start": 971170839,
            "stop": 971170841
        },
        {
            "start": 971170844,
            "stop": 971170845
        },
        {
            "start": 971170846,
            "stop": 971170847
        },
        {
            "start": 971170848,
            "stop": 971170851
        },
        {
            "start": 971170853,
            "stop": 971170857
        }
    ]
}