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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=219",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 220,
    "results": [
        {
            "start": 933135488,
            "stop": 933135502
        },
        {
            "start": 933135637,
            "stop": 933135936
        },
        {
            "start": 933135937,
            "stop": 933136371
        },
        {
            "start": 933136372,
            "stop": 933136895
        },
        {
            "start": 933136949,
            "stop": 933136952
        },
        {
            "start": 933136953,
            "stop": 933136966
        },
        {
            "start": 933137029,
            "stop": 933141593
        },
        {
            "start": 933141614,
            "stop": 933141725
        },
        {
            "start": 933141750,
            "stop": 933141769
        },
        {
            "start": 933141790,
            "stop": 933141830
        },
        {
            "start": 933141861,
            "stop": 933141866
        },
        {
            "start": 933141888,
            "stop": 933141914
        },
        {
            "start": 933141934,
            "stop": 933141957
        },
        {
            "start": 933141975,
            "stop": 933141984
        },
        {
            "start": 933142003,
            "stop": 933142069
        },
        {
            "start": 933142092,
            "stop": 933142371
        },
        {
            "start": 933142389,
            "stop": 933142418
        },
        {
            "start": 933142441,
            "stop": 933142444
        },
        {
            "start": 933142463,
            "stop": 933142670
        },
        {
            "start": 933142689,
            "stop": 933142698
        }
    ]
}