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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=231",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 232,
    "results": [
        {
            "start": 820598760,
            "stop": 820600140
        },
        {
            "start": 820600200,
            "stop": 820601100
        },
        {
            "start": 820601160,
            "stop": 820601220
        },
        {
            "start": 820601280,
            "stop": 820601400
        },
        {
            "start": 820601460,
            "stop": 820601580
        },
        {
            "start": 820601640,
            "stop": 820601984
        },
        {
            "start": 820601991,
            "stop": 820602420
        },
        {
            "start": 820602480,
            "stop": 820602523
        },
        {
            "start": 820602530,
            "stop": 820603505
        },
        {
            "start": 820603512,
            "stop": 820603860
        },
        {
            "start": 820603990,
            "stop": 820604053
        },
        {
            "start": 820604061,
            "stop": 820604468
        },
        {
            "start": 820604476,
            "stop": 820604662
        },
        {
            "start": 820604669,
            "stop": 820606610
        },
        {
            "start": 820606690,
            "stop": 820606970
        },
        {
            "start": 820607050,
            "stop": 820607640
        },
        {
            "start": 820607700,
            "stop": 820607930
        },
        {
            "start": 820608060,
            "stop": 820608073
        },
        {
            "start": 820608158,
            "stop": 820608180
        },
        {
            "start": 820608440,
            "stop": 820608470
        }
    ]
}