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=8700
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=8701",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8699",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8700,
    "results": [
        {
            "start": 872219160,
            "stop": 872219280
        },
        {
            "start": 872219340,
            "stop": 872219400
        },
        {
            "start": 872219460,
            "stop": 872219586
        },
        {
            "start": 872219940,
            "stop": 872220060
        },
        {
            "start": 872220240,
            "stop": 872220311
        },
        {
            "start": 872220318,
            "stop": 872220420
        },
        {
            "start": 872220480,
            "stop": 872220600
        },
        {
            "start": 872220720,
            "stop": 872220780
        },
        {
            "start": 872220840,
            "stop": 872220960
        },
        {
            "start": 872221020,
            "stop": 872221080
        },
        {
            "start": 872221140,
            "stop": 872221200
        },
        {
            "start": 872221380,
            "stop": 872221440
        },
        {
            "start": 872222340,
            "stop": 872222460
        },
        {
            "start": 872222520,
            "stop": 872222580
        },
        {
            "start": 872222820,
            "stop": 872222880
        },
        {
            "start": 872223060,
            "stop": 872223120
        },
        {
            "start": 872223270,
            "stop": 872223283
        },
        {
            "start": 872223291,
            "stop": 872223300
        },
        {
            "start": 872223420,
            "stop": 872223540
        },
        {
            "start": 872223600,
            "stop": 872224071
        }
    ]
}