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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8570",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8568",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8569,
    "results": [
        {
            "start": 870200410,
            "stop": 870201350
        },
        {
            "start": 870201490,
            "stop": 870201532
        },
        {
            "start": 870201652,
            "stop": 870202724
        },
        {
            "start": 870202844,
            "stop": 870203115
        },
        {
            "start": 870203119,
            "stop": 870203788
        },
        {
            "start": 870204000,
            "stop": 870204643
        },
        {
            "start": 870204650,
            "stop": 870205020
        },
        {
            "start": 870205080,
            "stop": 870205980
        },
        {
            "start": 870206100,
            "stop": 870206160
        },
        {
            "start": 870206280,
            "stop": 870206700
        },
        {
            "start": 870206760,
            "stop": 870207230
        },
        {
            "start": 870207310,
            "stop": 870207600
        },
        {
            "start": 870207720,
            "stop": 870207960
        },
        {
            "start": 870208080,
            "stop": 870208140
        },
        {
            "start": 870208260,
            "stop": 870208320
        },
        {
            "start": 870208380,
            "stop": 870208440
        },
        {
            "start": 870208560,
            "stop": 870208620
        },
        {
            "start": 870208740,
            "stop": 870209090
        },
        {
            "start": 870209280,
            "stop": 870209460
        },
        {
            "start": 870209520,
            "stop": 870210327
        }
    ]
}